changeset 6:69b02bea9cf4

Ignore remaining autoconf files and clean empty stamps directory post-build. 2010-09-08 Andrew John Hughes <ahughes@redhat.com> * .hgignore: Add config.guess and config.sub. * Makefile.am: (clean-local): Remove empty stamps directory.
author Andrew John Hughes <ahughes@redhat.com>
date Wed, 08 Sep 2010 17:11:14 +0100
parents eb52a28e265d
children 11eff73a8d6d
files .hgignore ChangeLog Makefile.am
diffstat 3 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Wed Sep 08 15:09:55 2010 +0100
+++ b/.hgignore	Wed Sep 08 17:11:14 2010 +0100
@@ -4,3 +4,5 @@
 configure
 install-sh
 missing
+config.guess
+config.sub
--- a/ChangeLog	Wed Sep 08 15:09:55 2010 +0100
+++ b/ChangeLog	Wed Sep 08 17:11:14 2010 +0100
@@ -1,3 +1,9 @@
+2010-09-08  Andrew John Hughes  <ahughes@redhat.com>
+
+	* .hgignore: Add config.guess and config.sub.
+	* Makefile.am:
+	(clean-local): Remove empty stamps directory.
+
 2010-09-08  Andrew John Hughes  <ahughes@redhat.com>
 
 	Support both 1.2.2 and 1.3.
--- a/Makefile.am	Wed Sep 08 15:09:55 2010 +0100
+++ b/Makefile.am	Wed Sep 08 17:11:14 2010 +0100
@@ -43,6 +43,9 @@
 all: visualvm
 
 clean-local: clean-visualvm clean-nbplatform clean-extract
+	if [ -e stamps ]; then \
+	  rmdir stamps ; \
+	fi
 
 distclean-local: clean-local clean-download