jdk/make/common/shared/Sanity.gmk
changeset 2660 3c98e01dcbcf
parent 2304 05e04a29c589
parent 2658 43e06bc950ec
child 2806 27edf81ff967
child 2800 f7318b0bd705
child 3111 fefdeafb7ab9
equal deleted inserted replaced
2649:82f4cdbed948 2660:3c98e01dcbcf
   211 	sane-hotspot_import_include \
   211 	sane-hotspot_import_include \
   212 	sane-compiler \
   212 	sane-compiler \
   213 	sane-link \
   213 	sane-link \
   214 	sane-cacerts \
   214 	sane-cacerts \
   215 	sane-alsa-headers \
   215 	sane-alsa-headers \
       
   216 	sane-jibx \
   216 	sane-ant_version \
   217 	sane-ant_version \
   217 	sane-zip_version \
   218 	sane-zip_version \
   218 	sane-unzip_version \
   219 	sane-unzip_version \
   219  	sane-msvcrt_path \
   220  	sane-msvcrt_path \
   220         sane-freetype
   221         sane-freetype
  1496   endif
  1497   endif
  1497 endif
  1498 endif
  1498 
  1499 
  1499 
  1500 
  1500 ######################################################
  1501 ######################################################
       
  1502 # JIBX_LIBS_PATH must be valid
       
  1503 ######################################################
       
  1504 sane-jibx:
       
  1505 	@if [ ! -r $(subst \,/,$(JIBX_LIBS_PATH))/jibx-run.jar ]; then \
       
  1506 	  $(ECHO) "ERROR: You do not have access to valid JIBX library files. \n" \
       
  1507 	    "      Please check your access to \n" \
       
  1508 	    "          $(subst \,/,$(JIBX_LIBS_PATH))/jibx-run.jar \n" \
       
  1509 	    "      and/or check your value of ALT_JDK_DEVTOOLS_DIR, ALT_JIBX_LIBS_PATH \n" \
       
  1510 	    "" >> $(ERROR_FILE) ; \
       
  1511 	fi
       
  1512 
       
  1513 ######################################################
  1501 # MOZILLA_HEADERS_PATH must be valid
  1514 # MOZILLA_HEADERS_PATH must be valid
  1502 ######################################################
  1515 ######################################################
  1503 sane-mozilla:
  1516 sane-mozilla:
  1504 ifeq ($(ARCH_DATA_MODEL), 32)
  1517 ifeq ($(ARCH_DATA_MODEL), 32)
  1505   ifdef ALT_MOZILLA_HEADERS_PATH
  1518   ifdef ALT_MOZILLA_HEADERS_PATH