comparison make/linux/makefiles/vm.make @ 287:6e76352f1f62

6459085: naked pointer subtractions in class data sharing code Reviewed-by: jcoomes
author xlu
date Mon, 18 Aug 2008 14:53:36 -0700
parents d1605aabd0a1
children 354d3184f6b2
comparison
equal deleted inserted replaced
286:3529d0e8d09c 287:6e76352f1f62
193 if [ -x /usr/sbin/selinuxenabled ] ; then \ 193 if [ -x /usr/sbin/selinuxenabled ] ; then \
194 /usr/sbin/selinuxenabled; \ 194 /usr/sbin/selinuxenabled; \
195 if [ $$? = 0 ] ; then \ 195 if [ $$? = 0 ] ; then \
196 /usr/bin/chcon -t textrel_shlib_t $@; \ 196 /usr/bin/chcon -t textrel_shlib_t $@; \
197 if [ $$? != 0 ]; then \ 197 if [ $$? != 0 ]; then \
198 echo "ERROR: Cannot chcon $@"; exit 1; \ 198 echo "ERROR: Cannot chcon $@"; \
199 fi \ 199 fi \
200 fi \ 200 fi \
201 fi \ 201 fi \
202 } 202 }
203 203