8008424: Isolate PROFILE make variable from incidental setting in the environment
Reviewed-by: erikj, alanb
This commit is contained in:
parent
aa38d46a14
commit
8c52b75d0f
@ -91,10 +91,11 @@ demos:
|
||||
+$(MAKE) -f CopySamples.gmk
|
||||
|
||||
# Create the final jdk and jre images, to be wrapped up
|
||||
# into packages, or installed.
|
||||
# into packages, or installed. Ensure PROFILE is not set
|
||||
# in these cases.
|
||||
images:
|
||||
+$(MAKE) -f CreateJars.gmk
|
||||
+$(MAKE) -f Images.gmk
|
||||
+$(MAKE) PROFILE="" -f CreateJars.gmk
|
||||
+$(MAKE) PROFILE="" -f Images.gmk
|
||||
ifeq ($(OPENJDK_TARGET_OS), macosx)
|
||||
+$(MAKE) -f Bundles.gmk
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user