public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Delete u-boot.img on make mrproper
@ 2004-06-09 13:15 Ladislav Michl
  2004-06-09 22:27 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2004-06-09 13:15 UTC (permalink / raw)
  To: u-boot

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 *.*~

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] [PATCH] Delete u-boot.img on make mrproper
  2004-06-09 13:15 [U-Boot-Users] [PATCH] Delete u-boot.img on make mrproper Ladislav Michl
@ 2004-06-09 22:27 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-06-09 22:27 UTC (permalink / raw)
  To: u-boot

In message <20040609131558.GA4643@umax645sx> you wrote:
> Hi. Deleteting u-boot.img by hand before diff -Naur is a bit annoying...

Already checked in earlier today.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
My play was a complete success.  The audience was a failure.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-09 22:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-09 13:15 [U-Boot-Users] [PATCH] Delete u-boot.img on make mrproper Ladislav Michl
2004-06-09 22:27 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox