提交 527f83b5 编写于 作者: D dholmes

8008424: Isolate PROFILE make variable from incidental setting in the environment

Reviewed-by: erikj, alanb
上级 4ef5d169
...@@ -91,10 +91,11 @@ demos: ...@@ -91,10 +91,11 @@ demos:
+$(MAKE) -f CopySamples.gmk +$(MAKE) -f CopySamples.gmk
# Create the final jdk and jre images, to be wrapped up # 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: images:
+$(MAKE) -f CreateJars.gmk +$(MAKE) PROFILE="" -f CreateJars.gmk
+$(MAKE) -f Images.gmk +$(MAKE) PROFILE="" -f Images.gmk
ifeq ($(OPENJDK_TARGET_OS), macosx) ifeq ($(OPENJDK_TARGET_OS), macosx)
+$(MAKE) -f Bundles.gmk +$(MAKE) -f Bundles.gmk
endif endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册