From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Wed, 9 Jun 2004 15:15:58 +0200 Subject: [U-Boot-Users] [PATCH] Delete u-boot.img on make mrproper Message-ID: <20040609131558.GA4643@umax645sx> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi. Deleteting u-boot.img by hand before diff -Naur is a bit annoying... Index: Makefile =================================================================== RCS file: /cvsroot/u-boot/u-boot/Makefile,v retrieving revision 1.120 diff -u -r1.120 Makefile --- Makefile 8 Jun 2004 00:22:43 -0000 1.120 +++ Makefile 9 Jun 2004 12:22:25 -0000 @@ -1319,8 +1322,8 @@ clobber: clean find . -type f \ - \( -name .depend -o -name '*.srec' -o -name '*.bin' \) \ - -print \ + \( -name .depend -o -name '*.srec' -o -name '*.bin' \ + -o -name '*.img' \) -print \ | xargs rm -f rm -f $(OBJS) *.bak tags TAGS rm -fr *.*~