[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC v1 13/14] Makefile: fix removing *.mk
Now we have at least two mk files generated, fix the path and use glob. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 004d096..9de7db5 100644 --- a/Makefile +++ b/Makefile @@ -615,7 +615,7 @@ downloadclean: patchclean .PHONY: distclean distclean: downloadclean - rm -rf config.log config.status config.cache autom4te.cache ../config/Stubdom.mk + rm -rf config.log config.status config.cache autom4te.cache config/*.mk .PHONY: dist dist: DESTDIR=$(DISTDIR)/install -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |