From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartlomiej Sieka Date: Thu, 09 Oct 2008 10:40:29 +0200 Subject: [U-Boot] [PATCH v2 4/6] Restore alphabetic ordering in common/Makefile In-Reply-To: <20081008145015.GC31824@game.jcrosoft.org> References: <12217502093845-git-send-email-tur@semihalf.com> <1222867592-58285-5-git-send-email-tur@semihalf.com> <20081008122953.GB31824@game.jcrosoft.org> <48ECAE5F.4020100@semihalf.com> <20081008145015.GC31824@game.jcrosoft.org> Message-ID: <48EDC37D.1090008@semihalf.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > On 14:58 Wed 08 Oct , Bartlomiej Sieka wrote: >> [dropped sr at denx.de and biggerbadderben at gmail.com from CC] >> >> Hi Jean-Christophe, >> >> Jean-Christophe PLAGNIOL-VILLARD wrote: >>> On 15:26 Wed 01 Oct , Bartlomiej Sieka wrote: >>>> Signed-off-by: Bartlomiej Sieka >>>> --- >>>> common/Makefile | 2 +- >>>> 1 files changed, 1 insertions(+), 1 deletions(-) >>>> >>>> diff --git a/common/Makefile b/common/Makefile >>>> index 8bddf8e..bb6655d 100644 >>> Please base your patch on u-boot-arm/next >> Sorry, I'm not sure here -- the patch makes a simple change to >> common/Makefile, so why would re-basing to arm/next be necessary? >> >>> and I've plane to split it in a subsection to not have it in the middle of the >>> command >> Is this comment related to the patch? Could you please elaborate? > I've split the Makefile in 4 subgroup > # core > # core command > # environment > # command > > It will be good to regroup non command file to > # others > or something like this Yes, this makes sense in general. So let's skip this patch (4/6) for now and have the auto-update feature merged first. Makefile clean-ups and rearrangements can be done later on. Regards, Bartlomiej Sieka