/hg/icedtea6: Remove the stamps directory on distclean, not clean.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Jul 5 03:58:10 PDT 2010


changeset 0e8960d7a100 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0e8960d7a100
author: Andrew John Hughes <ahughes at redhat.com>
date: Mon Jul 05 11:58:04 2010 +0100

	Remove the stamps directory on distclean, not clean.

	2010-07-05 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: (clean-local): Don't remove the
	stamps directory here. (distclean-local): Remove it here.


diffstat:

2 files changed, 9 insertions(+), 3 deletions(-)
ChangeLog   |    6 ++++++
Makefile.am |    6 +++---

diffs (36 lines):

diff -r c46acd86bc92 -r 0e8960d7a100 ChangeLog
--- a/ChangeLog	Mon Jul 05 00:00:58 2010 +0100
+++ b/ChangeLog	Mon Jul 05 11:58:04 2010 +0100
@@ -1,3 +1,9 @@ 2010-07-04  Andrew John Hughes  <ahughes
+2010-07-05  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	(clean-local): Don't remove the stamps directory here.
+	(distclean-local): Remove it here.
+
 2010-07-04  Andrew John Hughes  <ahughes at redhat.com>
 
 	* Makefile.am:
diff -r c46acd86bc92 -r 0e8960d7a100 Makefile.am
--- a/Makefile.am	Mon Jul 05 00:00:58 2010 +0100
+++ b/Makefile.am	Mon Jul 05 11:58:04 2010 +0100
@@ -523,9 +523,6 @@ clean-local: clean-jtreg clean-jtreg-rep
 	if [ -e lib ]; then \
 	  rmdir lib ; \
 	fi
-	if [ -e stamps ]; then \
-	  rmdir stamps ; \
-	fi
 	rm -f jni-common.o
 
 distclean-local: clean-download clean-hgforest
@@ -533,6 +530,9 @@ distclean-local: clean-download clean-hg
 	  if [ -e tapset ] ; then \
 	    rmdir tapset ; \
 	  fi ; \
+	fi
+	if [ -e stamps ]; then \
+	  rmdir stamps ; \
 	fi
 
 install:



More information about the distro-pkg-dev mailing list