提交 bcc05a9f 编写于 作者: O ohair

8004229: build-infra: Umbrella for switch of default "make" to new makefiles

Reviewed-by: erikj, tbell
上级 42629a25
...@@ -26,6 +26,11 @@ ...@@ -26,6 +26,11 @@
# If NEWBUILD is defined, use the new build-infra Makefiles and configure. # If NEWBUILD is defined, use the new build-infra Makefiles and configure.
# See NewMakefile.gmk for more information. # See NewMakefile.gmk for more information.
# If not specified, select what the default build is
ifndef NEWBUILD
NEWBUILD=true
endif
ifeq ($(NEWBUILD),true) ifeq ($(NEWBUILD),true)
# The new top level Makefile # The new top level Makefile
......
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
# Locked down to jdk8 # Locked down to jdk8
jprt.tools.default.release=jdk8 jprt.tools.default.release=jdk8
# Unix toolkit to use for building on windows
jprt.windows.jdk8.build.unix.toolkit=cygwin
# The different build flavors we want, we override here so we just get these 2 # The different build flavors we want, we override here so we just get these 2
jprt.build.flavors=product,fastdebug jprt.build.flavors=product,fastdebug
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册