[git commit] buildsys: on realclean, rm include/{config,generated}

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Mon Nov 11 10:15:17 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=6967a690f9e5d70089e9c37d52d582d48c1f0429
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile.in |    2 ++
 Makerules   |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 1c93b44..500b8f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -168,6 +168,8 @@ $(target-headers-sysdep) $(pregen-headers-y): | $(top_builddir)include/bits $(to
 HEADERCLEAN_common:
 	$(do_rm) $(ALL_HEADERS_COMMON)
 headers_clean-y += HEADERCLEAN_common
+HEADERCLEAN_config:
+	$(do_rm) -r $(addprefix $(top_builddir)include/,config generated)
 
 # The headers. Arch specific headers are specified via ARCH_HEADERS in
 # libc/sysdeps/linux/$(TARGET_ARCH)/Makefile.arch which appends those via
diff --git a/Makerules b/Makerules
index 5030205..5518b15 100644
--- a/Makerules
+++ b/Makerules
@@ -488,7 +488,7 @@ files.dep := $(libc-a-y) $(libc-so-y) $(libc-nonshared-y) \
 FORCE:
 
 clean: objclean-y headers_clean-y
-realclean: clean menuconfig-clean-y
+realclean: clean HEADERCLEAN_config menuconfig-clean-y
 	$(Q)$(RM) $(.depends.dep)
 
 objclean-y: $(objclean-y)


More information about the uClibc-cvs mailing list