< prev index next >

make/Main.gmk

Print this page

        

*** 233,253 **** +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f StripBinaries.gmk) jrtfs-jar: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f JrtfsJar.gmk) jimages: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Images.gmk jimages) profiles: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Images.gmk profiles) mac-bundles: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f MacBundles.gmk) ALL_TARGETS += source-tips bootcycle-images zip-security zip-source strip-binaries \ ! jrtfs-jar jimages profiles mac-bundles ################################################################################ # Docs targets docs-javadoc: --- 233,256 ---- +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f StripBinaries.gmk) jrtfs-jar: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f JrtfsJar.gmk) + ctsym: + +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Ctsym.gmk) + jimages: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Images.gmk jimages) profiles: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f Images.gmk profiles) mac-bundles: +($(CD) $(SRC_ROOT)/make && $(MAKE) $(MAKE_ARGS) -f MacBundles.gmk) ALL_TARGETS += source-tips bootcycle-images zip-security zip-source strip-binaries \ ! jrtfs-jar ctsym jimages profiles mac-bundles ################################################################################ # Docs targets docs-javadoc:
*** 421,430 **** --- 424,435 ---- strip-binaries: libs launchers gendata copy jrtfs-jar: buildtools-jdk + ctsym: interim-langtools + jimages: exploded-image zip-source strip-binaries source-tips demos samples \ jrtfs-jar profiles: exploded-image strip-binaries source-tips
*** 488,498 **** ALL_MODULE_TARGETS := $(sort $(GENSRC_MODULES) $(JAVA_MODULES) \ $(GENDATA_MODULES) $(LIBS_MODULES) $(LAUNCHER_MODULES) $(COPY_MODULES)) # The "exploded image" is a locally runnable JDK in $(BUILD_OUTPUT)/jdk. ! exploded-image: $(ALL_MODULE_TARGETS) # The $(BUILD_OUTPUT)/images directory contain the resulting deliverables, # and in line with this, our targets for creating these are named *-image[s]. # This target builds the product images, e.g. the JRE and JDK image --- 493,503 ---- ALL_MODULE_TARGETS := $(sort $(GENSRC_MODULES) $(JAVA_MODULES) \ $(GENDATA_MODULES) $(LIBS_MODULES) $(LAUNCHER_MODULES) $(COPY_MODULES)) # The "exploded image" is a locally runnable JDK in $(BUILD_OUTPUT)/jdk. ! exploded-image: $(ALL_MODULE_TARGETS) ctsym # The $(BUILD_OUTPUT)/images directory contain the resulting deliverables, # and in line with this, our targets for creating these are named *-image[s]. # This target builds the product images, e.g. the JRE and JDK image
< prev index next >