[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xen: 'make clean' really cleans unconfigured subdirs.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1271089808 -3600 # Node ID 1d3bec66528900b1b442b6d36f24cd35ca076506 # Parent bf74d9c31674c9001a7c4aa8d93227552edf53b1 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@xxxxxxxxxx> --- xen/Rules.mk | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r bf74d9c31674 -r 1d3bec665289 xen/Rules.mk --- a/xen/Rules.mk Mon Apr 12 07:23:21 2010 +0100 +++ b/xen/Rules.mk Mon Apr 12 17:30:08 2010 +0100 @@ -82,7 +82,7 @@ include Makefile 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. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |