[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] build: cleanup configure detritus at toplevel and stubdom
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1359126249 0 # Node ID 6043b2daa92e3a6c3e1df256e84dd83e44407c1c # Parent 83a3fa9c8434ba5ee3372c4476a85ba60148582d build: cleanup configure detritus at toplevel and stubdom These files were left over after $ git clean -f -dx $ ./configure $ make distclean and picked up by a subsequent. $ git clean -f -dx Ensure that these files are also correctly ignored. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 83a3fa9c8434 -r 6043b2daa92e .gitignore --- a/.gitignore Fri Jan 25 10:19:55 2013 +0100 +++ b/.gitignore Fri Jan 25 15:04:09 2013 +0000 @@ -31,6 +31,7 @@ stubdom/*.tar.gz autom4te.cache/ config.log config.status +config.cache config/Toplevel.mk build-* @@ -101,10 +102,11 @@ patches/tmp/* pristine-* ref-* tmp-* -stubdom/autom4te.cache +stubdom/autom4te.cache/ stubdom/binutils-* stubdom/config.log stubdom/config.status +stubdom/config.cache stubdom/cross-root-* stubdom/gcc-* stubdom/include @@ -128,7 +130,7 @@ stubdom/ioemu/ stubdom/stubdompath.sh stubdom/vtpm/vtpm_manager.h tools/*/build/lib*/*.py -tools/autom4te.cache +tools/autom4te.cache/ tools/config.h tools/config.log tools/config.status diff -r 83a3fa9c8434 -r 6043b2daa92e .hgignore --- a/.hgignore Fri Jan 25 10:19:55 2013 +0100 +++ b/.hgignore Fri Jan 25 15:04:09 2013 +0000 @@ -28,8 +28,9 @@ (^|/)(GTAGS|GPATH|GSYMS|GRTAGS)$ ^autom4te\.cache$ ^config\.log$ -^config\.status -^config/Toplevel\.mk +^config\.status$ +^config\.cache$ +^config/Toplevel\.mk$ ^build-.*$ ^dist/.*$ ^docs/autom4te\.cache$ @@ -101,6 +102,7 @@ ^stubdom/binutils-.*$ ^stubdom/config\.log$ ^stubdom/config\.status$ +^stubdom/config\.cache$ ^stubdom/cross-root-.*$ ^stubdom/gcc-.*$ ^stubdom/include$ diff -r 83a3fa9c8434 -r 6043b2daa92e Makefile --- a/Makefile Fri Jan 25 10:19:55 2013 +0100 +++ b/Makefile Fri Jan 25 15:04:09 2013 +0000 @@ -167,6 +167,7 @@ endif rm -rf dist patches/tmp for i in $(ALLKERNELS) ; do $(MAKE) $$i-delete ; done rm -rf patches/*/.makedep + rm -rf config.log config.status config.cache autom4te.cache # Linux name for GNU distclean .PHONY: mrproper diff -r 83a3fa9c8434 -r 6043b2daa92e stubdom/Makefile --- a/stubdom/Makefile Fri Jan 25 10:19:55 2013 +0100 +++ b/stubdom/Makefile Fri Jan 25 15:04:09 2013 +0000 @@ -548,6 +548,7 @@ downloadclean: patchclean .PHONY: distclean distclean: downloadclean -rm ../config/Stubdom.mk + rm -rf config.log config.status config.cache autom4te.cache ifeq (,$(findstring clean,$(MAKECMDGOALS))) $(XEN_ROOT)/config/Stubdom.mk: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |