[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.4-testing] xen: 'make clean' really cleans unconfigured subdirs.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1271092393 -3600 # Node ID 762732d70aebf0fec10e4e55b68aa8254c1784fa # Parent a42e9575a59c75184b5f22c3c661f098d67c2861 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-unstable changeset: 21130:1d3bec665289 xen-unstable date: Mon Apr 12 17:30:08 2010 +0100 --- xen/Rules.mk | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r a42e9575a59c -r 762732d70aeb xen/Rules.mk --- a/xen/Rules.mk Mon Apr 12 18:13:03 2010 +0100 +++ b/xen/Rules.mk Mon Apr 12 18:13:13 2010 +0100 @@ -78,7 +78,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 |