From: Ladislav Michl <ladis@linux-mips.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Delete u-boot.img on make mrproper
Date: Wed, 9 Jun 2004 15:15:58 +0200 [thread overview]
Message-ID: <20040609131558.GA4643@umax645sx> (raw)
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 *.*~
next reply other threads:[~2004-06-09 13:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-09 13:15 Ladislav Michl [this message]
2004-06-09 22:27 ` [U-Boot-Users] [PATCH] Delete u-boot.img on make mrproper Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040609131558.GA4643@umax645sx \
--to=ladis@linux-mips.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox