From 6264f45095de0953745b447598ab44dce5e7a322 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 4 Apr 2013 00:31:03 +0200 Subject: buildsys: fix realclean For anything but (toplevel) clean, CLEAN_%, we need .config Otherwise realclean would leave stuff behind that was not intended to survive. Signed-off-by: Bernhard Reutner-Fischer --- Rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index c2eb2a611..2c8fabcc2 100644 --- a/Rules.mak +++ b/Rules.mak @@ -84,7 +84,7 @@ qstrip = $(strip $(subst ",,$(1))) KCONFIG_CONFIG ?= $(top_builddir).config # Pull in the user's uClibc configuration -ifeq ($(filter $(noconfig_targets) $(clean_targets) CLEAN_%,$(MAKECMDGOALS)),) +ifeq ($(filter $(noconfig_targets) clean CLEAN_%,$(MAKECMDGOALS)),) # Prevent make from searching __ABS_KCONFIG_CONFIG ?= $(abspath $(KCONFIG_CONFIG)) -include $(__ABS_KCONFIG_CONFIG) -- cgit v1.2.3