Merge jdk7-b64
authorjqzuo
Tue Jul 07 10:20:17 2009 -0400 (8 months ago)
changeset 101269c1ec4435d
parent 98633840bd4c5b
parent 1003e781aa606d4
child 102d92b13b3c138
Merge
--- a/make/Defs-internal.gmk Tue Jul 07 10:14:46 2009 -0400
+++ b/make/Defs-internal.gmk Tue Jul 07 10:20:17 2009 -0400
@@ -153,6 +153,20 @@ ifdef OPENJDK
endif
SKIP_OPENJDK_BUILD = true
else
+
+ # Various non-OPENJDK reasons to NOT build the deploy repository
+ ifeq ($(ARCH), ia64)
+ BUILD_DEPLOY=false
+ endif
+ ifeq ($(ARCH), sparcv9)
+ BUILD_DEPLOY=false
+ endif
+ ifeq ($(ARCH), amd64)
+ ifeq ($(PLATFORM), solaris)
+ BUILD_DEPLOY=false
+ endif
+ endif
+
ifndef SKIP_OPENJDK_BUILD
#SKIP_OPENJDK_BUILD = false
# Until 6675289 is resolved, or this feature is removed.
--- a/make/deploy-rules.gmk Tue Jul 07 10:14:46 2009 -0400
+++ b/make/deploy-rules.gmk Tue Jul 07 10:20:17 2009 -0400
@@ -30,23 +30,6 @@ deploy: deploy-build
deploy: deploy-build
DEPLOY = deploy
-
-BUILD_DEPLOY=true
-
-ifeq ($(ARCH), ia64)
- BUILD_DEPLOY=false
-endif
-
-ifeq ($(ARCH), sparcv9)
- BUILD_DEPLOY=false;
-endif
-
-ifeq ($(ARCH), amd64)
- ifeq ($(PLATFORM), solaris)
- BUILD_DEPLOY=false
- endif
-endif
-
# put the generated bundles in their own place in OUTPUTDIR
DEPLOY_OUTPUTDIR = $(ABS_OUTPUTDIR)