jdk/make/common/Sanity.gmk

Print this page

        

@@ -105,10 +105,14 @@
 ifneq ($(PLATFORM), windows)
 sanity-all:: \
     sane-cups
 endif
 
+# Check Berkeley DB import library/headers
+sanity-all:: \
+    sane-libdb
+
 # Always check hotspot binary paths even if we are building them from scratch
 HOTSPOT_IMPORT_CHECK=true
 ifeq ($(HOTSPOT_IMPORT_CHECK),true)
 sanity-all:: \
     sane-hotspot_binaries \