hotspot/make/solaris/makefiles/saproc.make
changeset 10259 fc6e02d351c4
parent 9621 07ba61431c45
child 10559 a94d067da388
equal deleted inserted replaced
10258:10c77b8c8d3e 10259:fc6e02d351c4
    70 $(shell uname -r -v \
    70 $(shell uname -r -v \
    71     | sed -n \
    71     | sed -n \
    72           -e '/^[0-4]\. /b' \
    72           -e '/^[0-4]\. /b' \
    73           -e '/^5\.[0-9] /b' \
    73           -e '/^5\.[0-9] /b' \
    74           -e '/^5\.10 /b' \
    74           -e '/^5\.10 /b' \
    75           -e '/ snv_[0-9][0-9]$/b' \
    75           -e '/ snv_[0-9][0-9]$$/b' \
    76           -e '/ snv_[01][0-4][0-9]$/b' \
    76           -e '/ snv_[01][0-4][0-9]$$/b' \
    77           -e '/ snv_15[0-8]$/b' \
    77           -e '/ snv_15[0-8]$$/b' \
    78           -e 's/.*/-DSOLARIS_11_B159_OR_LATER/' \
    78           -e 's/.*/-DSOLARIS_11_B159_OR_LATER/' \
    79           -e 'p' \
    79           -e 'p' \
    80           )
    80           )
    81 
    81 
    82 # Uncomment the following to simulate building on Nevada-B159 or later
    82 # Uncomment the following to simulate building on Nevada-B159 or later