debuggers.hg
changeset 21176:1d3bec665289
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 <keir.fraser@citrix.com>
Previously we skipped those listed in variable $(subdir-), only
including those in the more explicit $(subdir-n).
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Apr 12 17:30:08 2010 +0100 (2010-04-12) |
parents | bf74d9c31674 |
children | 5d4038d41fd8 |
files | xen/Rules.mk |
line diff
1.1 --- a/xen/Rules.mk Mon Apr 12 07:23:21 2010 +0100 1.2 +++ b/xen/Rules.mk Mon Apr 12 17:30:08 2010 +0100 1.3 @@ -82,7 +82,7 @@ LDFLAGS += $(LDFLAGS_DIRECT) 1.4 include Makefile 1.5 1.6 # Ensure each subdirectory has exactly one trailing slash. 1.7 -subdir-n := $(patsubst %,%/,$(patsubst %/,%,$(subdir-n))) 1.8 +subdir-n := $(patsubst %,%/,$(patsubst %/,%,$(subdir-n) $(subdir-))) 1.9 subdir-y := $(patsubst %,%/,$(patsubst %/,%,$(subdir-y))) 1.10 1.11 # Add explicitly declared subdirectories to the object list.