From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 2/3] environment generation: remove unused CLEAN_FILES
Date: Thu, 27 Sep 2012 19:14:01 +0200 [thread overview]
Message-ID: <1348766042-18815-3-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1348766042-18815-1-git-send-email-s.hauer@pengutronix.de>
The CLEAN_FILES in common/Makefile are unused. All generated files
are removed from the toplevel Makefile.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
common/Makefile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/common/Makefile b/common/Makefile
index 68582b7..9eda98c 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -90,10 +90,6 @@ include/generated/barebox_default_env.h: barebox_default_env$(barebox_default_en
$(Q)cat $< | $(objtree)/scripts/bin2c default_environment > $@
$(Q)echo "const int default_environment_uncompress_size=`stat -c%s barebox_default_env`;" >> $@
-CLEAN_FILES += include/generated/barebox_default_env.h barebox_default_env
-CLEAN_FILES += barebox_default_env.gz barebox_default_env.bz2
-CLEAN_FILES += barebox_default_env.lzo
-
# dependencies on generated files need to be listed explicitly
$(obj)/version.o: include/generated/compile.h
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-09-27 17:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-27 17:13 [PATCH] Fix environment generation dependencies Sascha Hauer
2012-09-27 17:14 ` [PATCH 1/3] scripts/bareboxenv: Only print information if -v is given Sascha Hauer
2012-09-27 17:14 ` Sascha Hauer [this message]
2012-09-27 17:14 ` [PATCH 3/3] environment generation: Fix dependencies Sascha Hauer
2012-09-27 18:42 ` Jean-Christophe PLAGNIOL-VILLARD
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=1348766042-18815-3-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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