[PATCH 2/2] Deal properly with scripts/bareboxenv-target
Roberto Nibali
rnibali at gmail.com
Fri Jun 15 06:08:15 EDT 2012
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 at gmail.com>
---
.gitignore | 1 +
Makefile | 1 +
2 files changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index df0ed2c..fd429fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,3 +65,4 @@ cscope.*
*.patch
scripts/gen_netx_image
scripts/s5p_cksum
+scripts/bareboxenv-target
diff --git a/Makefile b/Makefile
index 9294049..3756eac 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'
--
1.7.9.5
More information about the barebox
mailing list