changeset 76:5574ab846c70

2007-07-05 Thomas Fitzsimmons <fitzsim@redhat.com> * Makefile.am (snapshot): New target. (.PHONY): Add snapshot.
author Thomas Fitzsimmons <fitzsim@redhat.com>
date Thu, 05 Jul 2007 14:52:28 -0400
parents 73db7a488d85
children f37ba6246a75
files ChangeLog Makefile.am Makefile.in
diffstat 3 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 05 14:35:31 2007 -0400
+++ b/ChangeLog	Thu Jul 05 14:52:28 2007 -0400
@@ -1,3 +1,8 @@
+2007-07-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
+
+	* Makefile.am (snapshot): New target.
+	(.PHONY): Add snapshot.
+
 2007-07-05  Lillian Angel  <langel@redhat.com>
 
 	* .hgignore: Updated.
--- a/Makefile.am	Thu Jul 05 14:35:31 2007 -0400
+++ b/Makefile.am	Thu Jul 05 14:52:28 2007 -0400
@@ -404,6 +404,9 @@
 	  -C openjdk/control/make
 	@echo "IcedTea re-served:" openjdk/control/build/linux-$(BUILD_ARCH_DIR)
 
+snapshot: dist
+	mv $(DIST_ARCHIVES) $(distdir)-`hg tip --template '{node}'`.tar.gz
+
 all-local: boot plugs patch patchecj icedtea
 
 clean-local:
@@ -497,5 +500,5 @@
 .PHONY: \
 	copy uncopy patch unpatch patchecj unpatchecj extract unextract \
 	download undownload clobber env boot icedteaboot unboot plugs unplugs \
-	icedtea bootstrap rt-compile-classes rt-generate-sources \
+	icedtea bootstrap snapshot rt-compile-classes rt-generate-sources \
 	jce-compile-classes
--- a/Makefile.in	Thu Jul 05 14:35:31 2007 -0400
+++ b/Makefile.in	Thu Jul 05 14:52:28 2007 -0400
@@ -830,6 +830,9 @@
 	  -C openjdk/control/make
 	@echo "IcedTea re-served:" openjdk/control/build/linux-$(BUILD_ARCH_DIR)
 
+snapshot: dist
+	mv $(DIST_ARCHIVES) $(distdir)-`hg tip --template '{node}'`.tar.gz
+
 all-local: boot plugs patch patchecj icedtea
 
 clean-local:
@@ -923,7 +926,7 @@
 .PHONY: \
 	copy uncopy patch unpatch patchecj unpatchecj extract unextract \
 	download undownload clobber env boot icedteaboot unboot plugs unplugs \
-	icedtea bootstrap rt-compile-classes rt-generate-sources \
+	icedtea bootstrap snapshot rt-compile-classes rt-generate-sources \
 	jce-compile-classes
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.