From e6984111fd761971c8575e2ece7c0fc2c8313e68 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 12 Apr 2010 17:30:08 +0100 Subject: xen: 'make clean' really cleans unconfigured subdirs. Previously we skipped those listed in variable $(subdir-), only including those in the more explicit $(subdir-n). Signed-off-by: Keir Fraser --- xen/Rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/Rules.mk') diff --git a/xen/Rules.mk b/xen/Rules.mk index 10847182ae..53bfab459d 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -82,7 +82,7 @@ LDFLAGS += $(LDFLAGS_DIRECT) include Makefile # Ensure each subdirectory has exactly one trailing slash. -subdir-n := $(patsubst %,%/,$(patsubst %/,%,$(subdir-n))) +subdir-n := $(patsubst %,%/,$(patsubst %/,%,$(subdir-n) $(subdir-))) subdir-y := $(patsubst %,%/,$(patsubst %/,%,$(subdir-y))) # Add explicitly declared subdirectories to the object list. -- cgit v1.2.3