changeset in /hg/icedtea6: 2008-03-24 Lillian Angel <langel at re...
Lillian Angel
langel at redhat.com
Mon Mar 24 08:07:41 PDT 2008
changeset 45e29a903d8b in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=45e29a903d8b
description:
2008-03-24 Lillian Angel <langel at redhat.com>
* Makefile.am
(stamps/extract.stamp): Added -z option to TAR.
* Makefile.in: Regenerated.
diffstat:
3 files changed, 8 insertions(+), 2 deletions(-)
ChangeLog | 6 ++++++
Makefile.am | 2 +-
Makefile.in | 2 +-
diffs (37 lines):
diff -r 78e1287fc427 -r 45e29a903d8b ChangeLog
--- a/ChangeLog Thu Mar 20 13:03:00 2008 -0400
+++ b/ChangeLog Mon Mar 24 11:04:57 2008 -0400
@@ -1,3 +1,9 @@ 2008-03-20 Lillian Angel <langel at redha
+2008-03-24 Lillian Angel <langel at redhat.com>
+
+ * Makefile.am
+ (stamps/extract.stamp): Added -z option to TAR.
+ * Makefile.in: Regenerated.
+
2008-03-20 Lillian Angel <langel at redhat.com>
* patches/icedtea-version.patch: Added patch to fix launcher name.
diff -r 78e1287fc427 -r 45e29a903d8b Makefile.am
--- a/Makefile.am Thu Mar 20 13:03:00 2008 -0400
+++ b/Makefile.am Mon Mar 24 11:04:57 2008 -0400
@@ -286,7 +286,7 @@ stamps/extract.stamp: stamps/download.st
if ! test -d openjdk ; \
then \
mkdir openjdk ; \
- $(TAR) xf $(OPENJDK_SRC_ZIP) -C openjdk; \
+ $(TAR) xzf $(OPENJDK_SRC_ZIP) -C openjdk; \
chmod -R ug+w openjdk ; \
fi
mkdir -p stamps
diff -r 78e1287fc427 -r 45e29a903d8b Makefile.in
--- a/Makefile.in Thu Mar 20 13:03:00 2008 -0400
+++ b/Makefile.in Mon Mar 24 11:04:57 2008 -0400
@@ -787,7 +787,7 @@ stamps/extract.stamp: stamps/download.st
if ! test -d openjdk ; \
then \
mkdir openjdk ; \
- $(TAR) xf $(OPENJDK_SRC_ZIP) -C openjdk; \
+ $(TAR) xzf $(OPENJDK_SRC_ZIP) -C openjdk; \
chmod -R ug+w openjdk ; \
fi
mkdir -p stamps
More information about the distro-pkg-dev
mailing list