xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: xen-devel@lists.xen.org
Cc: Ian Campbell <ian.campbell@citrix.com>
Subject: [PATCH V2 5/5] build: cleanup configure detritus at toplevel and stubdom
Date: Mon, 21 Jan 2013 09:33:36 +0000	[thread overview]
Message-ID: <1358760816-13146-5-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1358760756.3279.139.camel@zakaz.uk.xensource.com>

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@citrix.com>
---
 .gitignore       |    6 ++++--
 .hgignore        |    6 ++++--
 Makefile         |    1 +
 stubdom/Makefile |    1 +
 4 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index e96db57..125a582 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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 --git a/.hgignore b/.hgignore
index 5efd72c..74fd424 100644
--- a/.hgignore
+++ b/.hgignore
@@ -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 --git a/Makefile b/Makefile
index aa3c7bd..2d3ed82 100644
--- a/Makefile
+++ b/Makefile
@@ -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 --git a/stubdom/Makefile b/stubdom/Makefile
index 64ee6e2..09f6943 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:
-- 
1.7.2.5

  parent reply	other threads:[~2013-01-21  9:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-21  9:32 [PATCH 0/5 V2] install into /usr/local and docs/configure Ian Campbell
2013-01-21  9:33 ` [PATCH V2 1/5] tools+stubdom: install under /usr/local by default Ian Campbell
2013-01-24 13:03   ` Ian Campbell
2013-01-21  9:33 ` [PATCH V2 2/5] docs: Remove xen-api docs Ian Campbell
2013-01-24 13:23   ` Roger Pau Monné
2013-01-25  9:06     ` Ian Campbell
2013-01-25  9:29       ` Roger Pau Monné
2013-01-25 10:06         ` Ian Campbell
2013-01-21  9:33 ` [PATCH V2 3/5] docs: drop doxygen stuff Ian Campbell
2013-01-24 13:24   ` Roger Pau Monné
2013-01-21  9:33 ` [PATCH V2 4/5] docs: check for documentation generation tools in docs/configure Ian Campbell
2013-01-24 13:24   ` Roger Pau Monné
2013-01-21  9:33 ` Ian Campbell [this message]
2013-01-24 13:20   ` [PATCH V2 5/5] build: cleanup configure detritus at toplevel and stubdom Roger Pau Monné

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1358760816-13146-5-git-send-email-ian.campbell@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).