summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoberto Nibali <rnibali@gmail.com>2012-06-15 12:08:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-06-30 12:47:04 +0200
commitba673498c97b778479501d92ea901e7746c37f15 (patch)
treedcafe3a5fc2003d2d54af0b10faa4b752dad7c08 /Makefile
parent5718688da9588b2bbf7d4daa2c7688f7a1626322 (diff)
downloadbarebox-ba673498c97b778479501d92ea901e7746c37f15.tar.gz
barebox-ba673498c97b778479501d92ea901e7746c37f15.tar.xz
Deal properly with scripts/bareboxenv-target
The bareboxenv-target binary is automatically created but never deleted nor is it excluded from git tracking. This patch remedies the situation by adding scripts/bareboxenv-target to .gitignnore and adjusting the list of to be deleted files of the 'clean' target in the core Makefile. Signed-off-by: Roberto Nibali <rnibali@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9294049204..3756eacefa 100644
--- a/Makefile
+++ b/Makefile
@@ -1003,6 +1003,7 @@ CLEAN_DIRS += $(MODVERDIR)
CLEAN_FILES += barebox System.map include/generated/barebox_default_env.h \
.tmp_version .tmp_barebox* barebox.bin barebox.map barebox.S \
.tmp_kallsyms* barebox_default_env* barebox.ldr \
+ scripts/bareboxenv-target \
Doxyfile.version barebox.srec barebox.s5p
# Directories & files removed with 'make mrproper'