From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Wed, 8 Oct 2008 16:50:15 +0200 Subject: [U-Boot] [PATCH v2 4/6] Restore alphabetic ordering in common/Makefile In-Reply-To: <48ECAE5F.4020100@semihalf.com> 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> Message-ID: <20081008145015.GC31824@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 Best Regards, J.