jdk/make/common/Sanity.gmk

Print this page




  90     sane-ld_library_path_64 \
  91     sane-ld_options \
  92     sane-ld_run_path \
  93     sane-alt_bootdir \
  94     sane-bootdir \
  95     sane-local-bootdir \
  96     sane-alt_host_path \
  97     sane-alsa-headers
  98 
  99 ifdef OPENJDK
 100 sanity-all:: sane-freetype 
 101 endif
 102 
 103 
 104 # Always check cups header paths on solaris & linux
 105 ifneq ($(PLATFORM), windows)
 106 sanity-all:: \
 107     sane-cups
 108 endif
 109 




 110 # Always check hotspot binary paths even if we are building them from scratch
 111 HOTSPOT_IMPORT_CHECK=true
 112 ifeq ($(HOTSPOT_IMPORT_CHECK),true)
 113 sanity-all:: \
 114     sane-hotspot_binaries \
 115     sane-hotspot_import
 116 endif
 117 
 118 sanity-docs: sanity-base sane-docs_import
 119 
 120 sanity-images:: sanity-base
 121 
 122 sanity:: sanity-all post-sanity
 123 
 124 # this should be the last rule in any target's sanity rule.
 125 post-sanity post-sanity-all post-sanity-docs post-sanity-images: sane-lastrule


  90     sane-ld_library_path_64 \
  91     sane-ld_options \
  92     sane-ld_run_path \
  93     sane-alt_bootdir \
  94     sane-bootdir \
  95     sane-local-bootdir \
  96     sane-alt_host_path \
  97     sane-alsa-headers
  98 
  99 ifdef OPENJDK
 100 sanity-all:: sane-freetype
 101 endif
 102 
 103 
 104 # Always check cups header paths on solaris & linux
 105 ifneq ($(PLATFORM), windows)
 106 sanity-all:: \
 107     sane-cups
 108 endif
 109 
 110 # Check Berkeley DB import library/headers
 111 sanity-all:: \
 112     sane-libdb
 113 
 114 # Always check hotspot binary paths even if we are building them from scratch
 115 HOTSPOT_IMPORT_CHECK=true
 116 ifeq ($(HOTSPOT_IMPORT_CHECK),true)
 117 sanity-all:: \
 118     sane-hotspot_binaries \
 119     sane-hotspot_import
 120 endif
 121 
 122 sanity-docs: sanity-base sane-docs_import
 123 
 124 sanity-images:: sanity-base
 125 
 126 sanity:: sanity-all post-sanity
 127 
 128 # this should be the last rule in any target's sanity rule.
 129 post-sanity post-sanity-all post-sanity-docs post-sanity-images: sane-lastrule