jdk/make/common/shared/Sanity.gmk

Print this page

        

*** 181,191 **** sane-arch_data_model \ sane-os_patch_level \ sane-classpath \ sane-java_home \ sane-fonts \ - sane-binary-plugs \ sane-variant \ sane-ld_library_path \ sane-ld_library_path_64 \ sane-ld_options \ sane-ld_run_path \ --- 181,190 ----
*** 496,522 **** "" >> $(ERROR_FILE); \ fi \ fi endif - ###################################################### - # If building OPENJDK check pre-built binaries are - # available for binary plug source components. - ###################################################### - ifdef OPENJDK - sane-binary-plugs: - ifeq ($(IMPORT_BINARY_PLUGS),true) - @if [ ! -d "$(BINARY_PLUGS_PATH)" ]; then \ - $(ECHO) "WARNING: Can't locate pre-built libraries. \n" \ - " Please check your access to \n" \ - " $(BINARY_PLUGS_PATH) \n" \ - " and/or check your value of ALT_BINARY_PLUGS_PATH. \n" \ - "" >> $(WARNING_FILE); \ - fi - endif - endif - ###################################################### # VARIANT must be set to DBG or OPT ###################################################### sane-variant: @if [ "$(VARIANT)" != DBG -a "$(VARIANT)" != OPT ] ; then \ --- 495,504 ----