--- old/make/Main.gmk 2015-05-22 04:59:32.528103275 -0700 +++ new/make/Main.gmk 2015-05-22 04:59:32.456102814 -0700 @@ -235,6 +235,9 @@ 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) @@ -245,7 +248,7 @@ +($(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 + jrtfs-jar ctsym jimages profiles mac-bundles ################################################################################ # Docs targets @@ -423,6 +426,8 @@ jrtfs-jar: buildtools-jdk + ctsym: interim-langtools + jimages: exploded-image zip-source strip-binaries source-tips demos samples \ jrtfs-jar @@ -490,7 +495,7 @@ $(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) +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].