/hg/release/icedtea7-forest-2.4/hotspot: Set ZERO_BUILD in flags...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Sep 11 08:55:27 PDT 2013


changeset 56f4e181b8d4 in /hg/release/icedtea7-forest-2.4/hotspot
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.4/hotspot?cmd=changeset;node=56f4e181b8d4
author: andrew
date: Wed Sep 11 16:55:12 2013 +0100

	Set ZERO_BUILD in flags.make so it is set on rebuilds


diffstat:

 make/bsd/makefiles/buildtree.make   |  1 +
 make/linux/makefiles/buildtree.make |  2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 09f439dfd7b9 -r 56f4e181b8d4 make/bsd/makefiles/buildtree.make
--- a/make/bsd/makefiles/buildtree.make	Wed Sep 11 04:42:47 2013 +0100
+++ b/make/bsd/makefiles/buildtree.make	Wed Sep 11 16:55:12 2013 +0100
@@ -215,6 +215,7 @@
 	echo "HOTSPOT_BUILD_USER = $(HOTSPOT_BUILD_USER)"; \
 	echo "HOTSPOT_VM_DISTRO = $(HOTSPOT_VM_DISTRO)"; \
 	echo "OPENJDK = $(OPENJDK)"; \
+	echo "ZERO_BUILD = $(ZERO_BUILD)"; \
 	echo; \
 	echo "# Used for platform dispatching"; \
 	echo "TARGET_DEFINES  = -DTARGET_OS_FAMILY_\$$(Platform_os_family)"; \
diff -r 09f439dfd7b9 -r 56f4e181b8d4 make/linux/makefiles/buildtree.make
--- a/make/linux/makefiles/buildtree.make	Wed Sep 11 04:42:47 2013 +0100
+++ b/make/linux/makefiles/buildtree.make	Wed Sep 11 16:55:12 2013 +0100
@@ -195,7 +195,6 @@
 	$(BUILDTREE_COMMENT); \
 	echo; \
 	echo "Platform_file = $(PLATFORM_FILE)" | sed 's|$(GAMMADIR)|$$(GAMMADIR)|'; \
-	echo "JVM_VARIANTS = $(JVM_VARIANTS)"; \
 	sed -n '/=/s/^ */Platform_/p' < $(PLATFORM_FILE); \
 	echo; \
 	echo "GAMMADIR = $(GAMMADIR)"; \
@@ -210,6 +209,7 @@
 	echo "HOTSPOT_BUILD_USER = $(HOTSPOT_BUILD_USER)"; \
 	echo "HOTSPOT_VM_DISTRO = $(HOTSPOT_VM_DISTRO)"; \
 	echo "OPENJDK = $(OPENJDK)"; \
+	echo "ZERO_BUILD = $(ZERO_BUILD)"; \
 	echo; \
 	echo "# Used for platform dispatching"; \
 	echo "TARGET_DEFINES  = -DTARGET_OS_FAMILY_\$$(Platform_os_family)"; \



More information about the distro-pkg-dev mailing list