jdk/makefiles/BuildJdk.gmk
changeset 15126 bceb690ccf35
parent 14231 a0c23c1c010f
child 15127 e7c44a9146bf
equal deleted inserted replaced
14873:0d625373c69e 15126:bceb690ccf35
    37 include NativeCompilation.gmk
    37 include NativeCompilation.gmk
    38 
    38 
    39 # Setup the java compilers for the JDK build.
    39 # Setup the java compilers for the JDK build.
    40 include Setup.gmk
    40 include Setup.gmk
    41 
    41 
    42 # Setup the build tools.
    42 import: import-only
    43 include Tools.gmk
       
    44 
       
    45 import: $(BUILD_TOOLS) import-only
       
    46 import-only:
    43 import-only:
    47 #       Import (corba jaxp jaxws langtools hotspot)
    44 #       Import (corba jaxp jaxws langtools hotspot)
    48 	+$(MAKE) -f Import.gmk
    45 	+$(MAKE) -f Import.gmk
    49 
    46 
    50 gensrc: import gensrc-only
    47 gensrc: import gensrc-only