< prev index next >

make/autoconf/spec.gmk.in

Print this page




 296 
 297 HOTSPOT_OUTPUTDIR=$(OUTPUTDIR)/hotspot
 298 JDK_OUTPUTDIR=$(OUTPUTDIR)/jdk
 299 IMAGES_OUTPUTDIR=$(OUTPUTDIR)/images
 300 BUNDLES_OUTPUTDIR=$(OUTPUTDIR)/bundles
 301 TESTMAKE_OUTPUTDIR=$(OUTPUTDIR)/test-make
 302 MAKESUPPORT_OUTPUTDIR=$(OUTPUTDIR)/make-support
 303 
 304 # This does not get overridden in a bootcycle build
 305 CONFIGURESUPPORT_OUTPUTDIR:=@CONFIGURESUPPORT_OUTPUTDIR@
 306 BUILDJDK_OUTPUTDIR=$(OUTPUTDIR)/buildjdk
 307 
 308 BUILD_FAILURE_HANDLER := @BUILD_FAILURE_HANDLER@
 309 
 310 ENABLE_GENERATE_CLASSLIST := @ENABLE_GENERATE_CLASSLIST@
 311 
 312 EXCLUDE_TRANSLATIONS := @EXCLUDE_TRANSLATIONS@
 313 
 314 BUILD_MANPAGES := @BUILD_MANPAGES@
 315 


 316 # The boot jdk to use. This is overridden in bootcycle-spec.gmk. Make sure to keep
 317 # it in sync.
 318 BOOT_JDK:=@BOOT_JDK@
 319 
 320 BUILD_JDK:=@BUILD_JDK@
 321 CREATE_BUILDJDK:=@CREATE_BUILDJDK@
 322 EXTERNAL_BUILDJDK:=@EXTERNAL_BUILDJDK@
 323 
 324 # When compiling Java source to be run by the boot jdk
 325 # use these extra flags, eg -source 6 -target 6
 326 BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@
 327 
 328 # Information about the build system
 329 NUM_CORES:=@NUM_CORES@
 330 MEMORY_SIZE:=@MEMORY_SIZE@
 331 # Enable sjavac support = use a javac server,
 332 # multi core javac compilation and dependency tracking.
 333 ENABLE_SJAVAC:=@ENABLE_SJAVAC@
 334 ENABLE_JAVAC_SERVER:=@ENABLE_JAVAC_SERVER@
 335 # Store sjavac server synchronization files here, and




 296 
 297 HOTSPOT_OUTPUTDIR=$(OUTPUTDIR)/hotspot
 298 JDK_OUTPUTDIR=$(OUTPUTDIR)/jdk
 299 IMAGES_OUTPUTDIR=$(OUTPUTDIR)/images
 300 BUNDLES_OUTPUTDIR=$(OUTPUTDIR)/bundles
 301 TESTMAKE_OUTPUTDIR=$(OUTPUTDIR)/test-make
 302 MAKESUPPORT_OUTPUTDIR=$(OUTPUTDIR)/make-support
 303 
 304 # This does not get overridden in a bootcycle build
 305 CONFIGURESUPPORT_OUTPUTDIR:=@CONFIGURESUPPORT_OUTPUTDIR@
 306 BUILDJDK_OUTPUTDIR=$(OUTPUTDIR)/buildjdk
 307 
 308 BUILD_FAILURE_HANDLER := @BUILD_FAILURE_HANDLER@
 309 
 310 ENABLE_GENERATE_CLASSLIST := @ENABLE_GENERATE_CLASSLIST@
 311 
 312 EXCLUDE_TRANSLATIONS := @EXCLUDE_TRANSLATIONS@
 313 
 314 BUILD_MANPAGES := @BUILD_MANPAGES@
 315 
 316 BUILD_CDS_ARCHIVE := @BUILD_CDS_ARCHIVE@
 317 
 318 # The boot jdk to use. This is overridden in bootcycle-spec.gmk. Make sure to keep
 319 # it in sync.
 320 BOOT_JDK:=@BOOT_JDK@
 321 
 322 BUILD_JDK:=@BUILD_JDK@
 323 CREATE_BUILDJDK:=@CREATE_BUILDJDK@
 324 EXTERNAL_BUILDJDK:=@EXTERNAL_BUILDJDK@
 325 
 326 # When compiling Java source to be run by the boot jdk
 327 # use these extra flags, eg -source 6 -target 6
 328 BOOT_JDK_SOURCETARGET:=@BOOT_JDK_SOURCETARGET@
 329 
 330 # Information about the build system
 331 NUM_CORES:=@NUM_CORES@
 332 MEMORY_SIZE:=@MEMORY_SIZE@
 333 # Enable sjavac support = use a javac server,
 334 # multi core javac compilation and dependency tracking.
 335 ENABLE_SJAVAC:=@ENABLE_SJAVAC@
 336 ENABLE_JAVAC_SERVER:=@ENABLE_JAVAC_SERVER@
 337 # Store sjavac server synchronization files here, and


< prev index next >