hotspot/make/linux/makefiles/vm.make
changeset 28729 062f02fa1d17
parent 28725 7dc31f3b4939
parent 28613 b78d7c133e56
child 29474 81a5c5330d08
equal deleted inserted replaced
28728:0b2795366c28 28729:062f02fa1d17
   338 		       $(LFLAGS_VM) -o $@ $(sort $(LIBJVM.o)) $(LIBS_VM);       \
   338 		       $(LFLAGS_VM) -o $@ $(sort $(LIBJVM.o)) $(LIBS_VM);       \
   339 	    $(LINK_LIB.CXX/POST_HOOK)                                    \
   339 	    $(LINK_LIB.CXX/POST_HOOK)                                    \
   340 	    rm -f $@.1; ln -s $@ $@.1;                                  \
   340 	    rm -f $@.1; ln -s $@ $@.1;                                  \
   341             if [ \"$(CROSS_COMPILE_ARCH)\" = \"\" ] ; then                    \
   341             if [ \"$(CROSS_COMPILE_ARCH)\" = \"\" ] ; then                    \
   342 	      if [ -x /usr/sbin/selinuxenabled ] ; then                 \
   342 	      if [ -x /usr/sbin/selinuxenabled ] ; then                 \
   343 	        /usr/sbin/selinuxenabled;                               \
   343                 if /usr/sbin/selinuxenabled; then			\
   344                 if [ $$? = 0 ] ; then					\
   344 		  if ! /usr/bin/chcon -t textrel_shlib_t $@; then       \
   345 		  /usr/bin/chcon -t textrel_shlib_t $@;                 \
       
   346 		  if [ $$? != 0 ]; then                                 \
       
   347 		    echo "ERROR: Cannot chcon $@";			\
   345 		    echo "ERROR: Cannot chcon $@";			\
   348 		  fi							\
   346 		  fi							\
   349 	        fi							\
   347 	        fi							\
   350 	      fi                                                        \
   348 	      fi                                                        \
   351             fi 								\
   349             fi 								\