FYI: Fix ports ambiguity
Andrew John Hughes
gnu_andrew at member.fsf.org
Sun Jun 29 16:47:11 PDT 2008
This renames the ports alias to ports.stamp to hotspot-ports
so it doesn't clash with the ports subdirectory. This prevents
a 'make dist' from needlessly extracting the whole OpenJDK tarball
and running through the initial stages up to the ports target.
ChangeLog:
2008-06-30 Andrew John Hughes <gnu_andrew at member.fsf.org>
* Makefile.am: Rename ports and ports-ecj
aliases to hotspot-ports and hotspot-ports-ecj
to prevent OpenJDK being extracted for make dist.
--
Andrew :)
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
-------------- next part --------------
diff -r a473c58439cd Makefile.am
--- a/Makefile.am Mon Jun 30 00:43:46 2008 +0100
+++ b/Makefile.am Mon Jun 30 00:45:19 2008 +0100
@@ -1170,9 +1170,9 @@ hotspot-tools-copy-source-files: stamps/
hotspot-tools: stamps/hotspot-tools.stamp
-ports: stamps/ports.stamp
+hotspot-ports: stamps/ports.stamp
-ports-ecj: stamps/ports-ecj.stamp
+hotspot-ports-ecj: stamps/ports-ecj.stamp
clean: distclean-local
diff -r a473c58439cd Makefile.in
--- a/Makefile.in Mon Jun 30 00:43:46 2008 +0100
+++ b/Makefile.in Mon Jun 30 00:45:19 2008 +0100
@@ -1587,9 +1587,9 @@ hotspot-tools-copy-source-files: stamps/
hotspot-tools: stamps/hotspot-tools.stamp
-ports: stamps/ports.stamp
+hotspot-ports: stamps/ports.stamp
-ports-ecj: stamps/ports-ecj.stamp
+hotspot-ports-ecj: stamps/ports-ecj.stamp
clean: distclean-local
More information about the distro-pkg-dev
mailing list