jdk/make/common/shared/Defs-windows.gmk
Print this page
@@ -588,10 +588,18 @@
JDK_IMPORT_PATH = $(BUILD_JDK_IMPORT_PATH)/$(PLATFORM)-$(ARCH)$(_JDK_IMPORT_VARIANT)
endif
JDK_IMPORT_PATH:=$(call AltCheckSpaces,JDK_IMPORT_PATH)
JDK_IMPORT_PATH:=$(call AltCheckValue,JDK_IMPORT_PATH)
+# BDB_IMPORT_PATH: location of bdb pre-built/generated files
+ifdef ALT_BDB_IMPORT_PATH
+ BDB_IMPORT_PATH :=$(call FullPath,$(ALT_BDB_IMPORT_PATH))
+else
+ BDB_IMPORT_PATH = #$(JDK_IMPORT_PATH) # Can't import from JDK
+endif
+#BDB_IMPORT_PATH:=$(call AltCheckValue,BDB_IMPORT_PATH) # TODO: disable for now
+
# HOTSPOT_IMPORT_PATH: location of hotspot pre-built files
ifdef ALT_HOTSPOT_IMPORT_PATH
HOTSPOT_IMPORT_PATH :=$(call FullPath,$(ALT_HOTSPOT_IMPORT_PATH))
else
# Default locations include the current $OUTPUTDIR, RE Promotions,