< prev index next >

make/ToolsJdk.gmk

Print this page

        

*** 27,37 **** _TOOLS_GMK := 1 include JavaCompilation.gmk # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, , Tools.gmk)) ################################################################################ # To avoid reevaluating the compilation setup for the tools each time this file # is included, the actual compilation is handled by CompileTools.gmk. The # following trick is used to be able to declare a dependency on the built tools. --- 27,37 ---- _TOOLS_GMK := 1 include JavaCompilation.gmk # Hook to include the corresponding custom file, if present. ! $(eval $(call IncludeCustomExtension, Tools.gmk)) ################################################################################ # To avoid reevaluating the compilation setup for the tools each time this file # is included, the actual compilation is handled by CompileTools.gmk. The # following trick is used to be able to declare a dependency on the built tools.
< prev index next >