diff 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
line wrap: on
line diff
--- a/make/linux/makefiles/vm.make	Fri Aug 15 10:08:20 2008 -0700
+++ b/make/linux/makefiles/vm.make	Mon Aug 18 14:53:36 2008 -0700
@@ -195,7 +195,7 @@
               if [ $$? = 0 ] ; then					\
 		/usr/bin/chcon -t textrel_shlib_t $@;                   \
 		if [ $$? != 0 ]; then                                   \
-		  echo "ERROR: Cannot chcon $@"; exit 1;                \
+		  echo "ERROR: Cannot chcon $@";			\
 		fi							\
 	      fi							\
 	    fi                                                          \