jdk/make/common/Sanity.gmk

Print this page




  68     sane-msdevtools_path \
  69     sane-dxsdk \
  70     sane-compiler \
  71     sane-cacerts \
  72     sane-ant_version \
  73     sane-zip_version \
  74     sane-msvcrt_path \
  75     sane-build_modules
  76 
  77 # The rules sanity-* have a one-to-one correspondence with the major targets
  78 # Each sanity-* rule should have no body to ensure that the post-sanity-* is the
  79 # last rule executed. The pre-sanity rule should be the first dependency. This design 
  80 # expects the execution of pre-sanity only once per gnumake command invocation, 
  81 # thus, info written to ERROR_FILE and/or WARNING_FILE will not be removed by subsequent
  82 # targets in the same 'gnumake' command line.
  83 
  84 sanity-all:: sanity-base \
  85     sane-classpath \
  86     sane-java_home \
  87     sane-fonts \
  88     sane-binary-plugs \
  89     sane-variant \
  90     sane-ld_library_path \
  91     sane-ld_library_path_64 \
  92     sane-ld_options \
  93     sane-ld_run_path \
  94     sane-alt_bootdir \
  95     sane-bootdir \
  96     sane-local-bootdir \
  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


  68     sane-msdevtools_path \
  69     sane-dxsdk \
  70     sane-compiler \
  71     sane-cacerts \
  72     sane-ant_version \
  73     sane-zip_version \
  74     sane-msvcrt_path \
  75     sane-build_modules
  76 
  77 # The rules sanity-* have a one-to-one correspondence with the major targets
  78 # Each sanity-* rule should have no body to ensure that the post-sanity-* is the
  79 # last rule executed. The pre-sanity rule should be the first dependency. This design 
  80 # expects the execution of pre-sanity only once per gnumake command invocation, 
  81 # thus, info written to ERROR_FILE and/or WARNING_FILE will not be removed by subsequent
  82 # targets in the same 'gnumake' command line.
  83 
  84 sanity-all:: sanity-base \
  85     sane-classpath \
  86     sane-java_home \
  87     sane-fonts \

  88     sane-variant \
  89     sane-ld_library_path \
  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-alsa-headers
  97 
  98 ifdef OPENJDK
  99 sanity-all:: sane-freetype 
 100 endif
 101 
 102 
 103 # Always check cups header paths on solaris & linux
 104 ifneq ($(PLATFORM), windows)
 105 sanity-all:: \
 106     sane-cups
 107 endif