--- a/jdk/make/common/shared/Sanity.gmk Tue Dec 21 18:21:26 2010 -0800
+++ b/jdk/make/common/shared/Sanity.gmk Thu Dec 23 18:50:21 2010 -0800
@@ -183,7 +183,6 @@
sane-classpath \
sane-java_home \
sane-fonts \
- sane-binary-plugs \
sane-variant \
sane-ld_library_path \
sane-ld_library_path_64 \
@@ -499,23 +498,6 @@
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: