changeset in /hg/icedtea6: 2008-12-03 Matthias Klose <doko at ubu...

doko at ubuntu.com doko at ubuntu.com
Wed Dec 3 07:32:43 PST 2008


changeset 0385f0e789f0 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=0385f0e789f0
description:
	2008-12-03  Matthias Klose  <doko at ubuntu.com>

	        * Makefile.am (stamps/extract.stamp): Only extract HOTSPOT_SRC_ZIP,
	        if WITH_ALT_HSBUILD is defined.

diffstat:

2 files changed, 14 insertions(+), 7 deletions(-)
ChangeLog   |    5 +++++
Makefile.am |   16 +++++++++-------

diffs (40 lines):

diff -r 8bf089d06e19 -r 0385f0e789f0 ChangeLog
--- a/ChangeLog	Wed Dec 03 10:07:38 2008 -0500
+++ b/ChangeLog	Wed Dec 03 16:32:02 2008 +0100
@@ -1,3 +1,8 @@ 2008-12-02  Omair Majid  <omajid at redhat.
+2008-12-03  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (stamps/extract.stamp): Only extract HOTSPOT_SRC_ZIP,
+	if WITH_ALT_HSBUILD is defined.
+
 2008-12-02  Omair Majid  <omajid at redhat.com>
 
 	* pulseaudio/src/java/org/classpath/icedtea/pulseaudio/ContextEvent.java:
diff -r 8bf089d06e19 -r 0385f0e789f0 Makefile.am
--- a/Makefile.am	Wed Dec 03 10:07:38 2008 -0500
+++ b/Makefile.am	Wed Dec 03 16:32:02 2008 +0100
@@ -631,15 +631,17 @@ stamps/extract.stamp: stamps/download.st
 	  mkdir openjdk ; \
 	  $(TAR) xf $(OPENJDK_SRC_ZIP) -C openjdk; \
 	  chmod -R ug+w openjdk ; \
-	  if test -e ${HOTSPOT_SRC_ZIP} ; \
-	  then \
-	    rm -rf openjdk/hotspot ; \
-	    $(TAR) xf $(HOTSPOT_SRC_ZIP) ; \
-	    chmod -R ug+w hotspot-* ; \
-	    mv $$(find -maxdepth 1 -name 'hotspot-*' -type d) openjdk/hotspot ; \
-	  fi ; \
 	  sh $(abs_top_srcdir)/fsg.sh ; \
 	fi
+if WITH_ALT_HSBUILD
+	if test -e ${HOTSPOT_SRC_ZIP} ; \
+	then \
+	  rm -rf openjdk/hotspot ; \
+	  $(TAR) xf $(HOTSPOT_SRC_ZIP) ; \
+	  chmod -R ug+w hotspot-* ; \
+	  mv $$(find -maxdepth 1 -name 'hotspot-*' -type d) openjdk/hotspot ; \
+	fi
+endif
 if WITH_CACAO
 if !USE_SYSTEM_CACAO
 	if ! test -d cacao ; \



More information about the distro-pkg-dev mailing list