/hg/icedtea: Delete bootstrap/jdk1.7.0 on clean.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Nov 4 14:03:29 PST 2009


changeset 9eb43c172d5b in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=9eb43c172d5b
author: Andrew John Hughes <ahughes at redhat.com>
date: Wed Nov 04 22:07:39 2009 +0000

	Delete bootstrap/jdk1.7.0 on clean.

	2009-11-04 Andrew John Hughes <ahughes at redhat.com>

	 * Makefile.am: Make sure bootstrap/jdk1.7.0 gets
	deleted on clean.


diffstat:

2 files changed, 7 insertions(+)
ChangeLog   |    6 ++++++
Makefile.am |    1 +

diffs (24 lines):

diff -r ce2937846cc0 -r 9eb43c172d5b ChangeLog
--- a/ChangeLog	Wed Nov 04 21:27:26 2009 +0000
+++ b/ChangeLog	Wed Nov 04 22:07:39 2009 +0000
@@ -1,3 +1,9 @@ 2009-11-04  Andrew John Hughes  <ahughes
+2009-11-04  Andrew John Hughes  <ahughes at redhat.com>
+
+	* Makefile.am:
+	Make sure bootstrap/jdk1.7.0 gets deleted
+	on clean.
+	
 2009-11-04  Andrew John Hughes  <ahughes at redhat.com>
 
 	* patches/icedtea-use-system-tzdata.patch:
diff -r ce2937846cc0 -r 9eb43c172d5b Makefile.am
--- a/Makefile.am	Wed Nov 04 21:27:26 2009 +0000
+++ b/Makefile.am	Wed Nov 04 22:07:39 2009 +0000
@@ -2506,6 +2506,7 @@ clean-plugs: clean-tools-jar clean-rt
 clean-plugs: clean-tools-jar clean-rt
 	rm -f stamps/plugs.stamp
 	rm -f bootstrap/jdk1.7.0/jre/lib/rt-closed.jar
+	rm -rf bootstrap/jdk1.7.0
 
 # Target Aliases
 # ===============



More information about the distro-pkg-dev mailing list