From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Tue, 1 Nov 2005 13:02:48 +0100 Subject: [U-Boot-Users] [PATCH] Remove warnings & clean better In-Reply-To: <89A528FE6DB0FA44877BB2F05B8467180349120C@ZIPPY.Emea.Arm.com> References: <89A528FE6DB0FA44877BB2F05B8467180349120C@ZIPPY.Emea.Arm.com> Message-ID: <20051101120247.GA12198@orphique> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Nov 01, 2005 at 11:13:18AM -0000, Peter Pearse wrote: > The attached gzipped file contains my patch number 014 against the GIT > head of > Nov 1st 22005. > > This patch depends on all my outstanding previous patches 009 - 013. > > It removes some warnings, and adds to the clean target. > > diff --git a/Makefile b/Makefile > --- a/Makefile > +++ b/Makefile > @@ -1819,6 +1819,7 @@ clean: > rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image > rm -f board/trab/trab_fkt board/voiceblue/eeprom > rm -f board/integratorap/u-boot.lds board/integratorcp/u-boot.lds > + rm -f board/integratorap/u-boot.lds board/realview_eb/u-boot.lds Why are you removing board/integratorap/u-boot.lds twice? > find include/configs -lname \*integratorap\* | xargs rm -fr > find include/configs -lname \*integratorcp\* | xargs rm -fr > find include/configs -lname \*versatile\* | xargs rm -fr Best regards, ladis