< prev index next >

make/CompileJavaModules.gmk

Print this page

        

*** 31,41 **** include Modules.gmk include JavaCompilation.gmk include SetupJavaCompilers.gmk # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, , CompileJavaModules.gmk)) ################################################################################ # Module specific build settings java.activation_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS --- 31,41 ---- include Modules.gmk include JavaCompilation.gmk include SetupJavaCompilers.gmk # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, CompileJavaModules.gmk)) ################################################################################ # Module specific build settings java.activation_SETUP := GENERATE_JDKBYTECODE_NOWARNINGS
*** 687,697 **** $($(MODULE)_COMPILE_TARGET): $(JDK_OUTPUTDIR)/modules/$(MODULE)/_imported.marker endif ################################################################################ ! $(eval $(call IncludeCustomExtension, , CompileJavaModules-post.gmk)) ################################################################################ all: $(TARGETS) --- 687,697 ---- $($(MODULE)_COMPILE_TARGET): $(JDK_OUTPUTDIR)/modules/$(MODULE)/_imported.marker endif ################################################################################ ! $(eval $(call IncludeCustomExtension, CompileJavaModules-post.gmk)) ################################################################################ all: $(TARGETS)
< prev index next >