[git commit] buildsys: Fix error on config clean in realclean

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Dec 20 12:59:03 UTC 2013


commit: http://git.uclibc.org/uClibc/commit/?id=0096e0dff7945660405f965effc065493ae80ac7
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 |    1 +
 Makerules   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 946e14e..9d06069 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -174,6 +174,7 @@ HEADERCLEAN_common:
 headers_clean-y += HEADERCLEAN_common
 HEADERCLEAN_config:
 	$(do_rm) -r $(addprefix $(top_builddir)include/,config generated)
+menuconfig-clean-y: HEADERCLEAN_config
 
 # 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 5518b15..5030205 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 HEADERCLEAN_config menuconfig-clean-y
+realclean: clean menuconfig-clean-y
 	$(Q)$(RM) $(.depends.dep)
 
 objclean-y: $(objclean-y)


More information about the uClibc-cvs mailing list