/hg/icedtea6: Make sure download-openjdk creates the right stamp.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Fri Jul 2 08:09:32 PDT 2010
changeset 40f04e0a5018 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=40f04e0a5018
author: Andrew John Hughes <ahughes at redhat.com>
date: Fri Jul 02 16:09:15 2010 +0100
Make sure download-openjdk creates the right stamp.
2010-07-01 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (download-openjdk): Create download-
openjdk.stamp, not download.stamp.
diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
ChangeLog | 6 ++++++
Makefile.am | 2 +-
diffs (25 lines):
diff -r 12239904d147 -r 40f04e0a5018 ChangeLog
--- a/ChangeLog Fri Jul 02 10:35:35 2010 +0100
+++ b/ChangeLog Fri Jul 02 16:09:15 2010 +0100
@@ -1,3 +1,9 @@ 2010-07-01 Andrew John Hughes <ahughes
+2010-07-01 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (download-openjdk): Create download-openjdk.stamp,
+ not download.stamp.
+
2010-07-01 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 12239904d147 -r 40f04e0a5018 Makefile.am
--- a/Makefile.am Fri Jul 02 10:35:35 2010 +0100
+++ b/Makefile.am Fri Jul 02 16:09:15 2010 +0100
@@ -743,7 +743,7 @@ endif
endif
endif
mkdir -p stamps
- touch stamps/download.stamp
+ touch stamps/download-openjdk.stamp
clean-download-openjdk:
rm -f $(OPENJDK_SRC_ZIP)
More information about the distro-pkg-dev
mailing list