From b59a542f16b073532c7c7a6d4a201706490a346a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Fri, 25 Jan 2013 15:04:09 +0000 Subject: build: cleanup configure detritus at toplevel and stubdom MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Roger Pau Monné Committed-by: Ian Campbell --- stubdom/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'stubdom') diff --git a/stubdom/Makefile b/stubdom/Makefile index 970f227ee9..dc7664f11a 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -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: -- cgit v1.2.3