Searched defs:JDK_IMPORT_PATH (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/make/
H A DMakefile459 ($(CD) $(JDK_IMPORT_PATH) && \
477 ($(CD) $(JDK_IMPORT_PATH) && \
484 if [ -d $(JDK_IMPORT_PATH)/fastdebug ] ; then \
485 ($(CD) $(JDK_IMPORT_PATH)/fastdebug && \
489 ($(CD) $(JDK_IMPORT_PATH) && \
497 if [ -d $(JDK_IMPORT_PATH)/debug ] ; then \
498 ($(CD) $(JDK_IMPORT_PATH)/debug && \
501 elif [ -d $(JDK_IMPORT_PATH)/fastdebug ] ; then \
502 ($(CD) $(JDK_IMPORT_PATH)/fastdebug && \
506 ($(CD) $(JDK_IMPORT_PATH)
[all...]
/openjdk7/
H A DMakefile389 JDK_IMPORT_PATH.desc = JDK used to import components of the build
402 JDK_IMPORT_PATH \
411 JDK_IMPORT_PATH \
463 - JDK_IMPORT_PATH must refer to a compatible build, not all past promoted \n\
/openjdk7/jdk/make/
H A DMakefile55 import in pre-built components like the VM from the JDK_IMPORT_PATH. \n\
96 JDK_IMPORT_PATH.desc = JDK used to import components of the build
113 JDK_IMPORT_PATH \
122 JDK_IMPORT_PATH \
178 - JDK_IMPORT_PATH must refer to a compatible build, not all past promoted \n\

Completed in 33 milliseconds