make/solaris/makefiles/saproc.make

changeset 3044
4aa5974a06dd
parent 2886
357d1f583599
child 3150
da0999c4b733
equal deleted inserted replaced
3043:c96c3eb1efae 3044:4aa5974a06dd
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

mercurial