diff -r 3529d0e8d09c -r 6e76352f1f62 make/linux/makefiles/vm.make --- 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 \