jdk/make/common/Sanity.gmk
changeset 4917 c98da2209f8c
parent 3742 5e1b8bc3cb1a
child 5506 202f599c92aa
equal deleted inserted replaced
4916:de44744708a2 4917:c98da2209f8c
    69     sane-dxsdk \
    69     sane-dxsdk \
    70     sane-compiler \
    70     sane-compiler \
    71     sane-cacerts \
    71     sane-cacerts \
    72     sane-ant_version \
    72     sane-ant_version \
    73     sane-zip_version \
    73     sane-zip_version \
    74     sane-msvcrt_path
    74     sane-msvcrt_path \
       
    75     sane-build_modules
    75 
    76 
    76 # The rules sanity-* have a one-to-one correspondence with the major targets
    77 # The rules sanity-* have a one-to-one correspondence with the major targets
    77 # Each sanity-* rule should have no body to ensure that the post-sanity-* is the
    78 # Each sanity-* rule should have no body to ensure that the post-sanity-* is the
    78 # last rule executed. The pre-sanity rule should be the first dependency. This design 
    79 # last rule executed. The pre-sanity rule should be the first dependency. This design 
    79 # expects the execution of pre-sanity only once per gnumake command invocation, 
    80 # expects the execution of pre-sanity only once per gnumake command invocation,