comparison make/solaris/makefiles/vm.make @ 6562:30fa86b78648

Silently ignore error on installing .diz files when building on Solaris.
author Laurent Daynes <Laurent.Daynes@oracle.com>
date Fri, 19 Oct 2012 13:25:19 +0200
parents 297543799769
children 4d6c13994690
comparison
equal deleted inserted replaced
6561:94c6cbbd6214 6562:30fa86b78648
338 338
339 install_jvm: $(LIBJVM) 339 install_jvm: $(LIBJVM)
340 @echo "Copying $(LIBJVM) to $(DEST_JVM)" 340 @echo "Copying $(LIBJVM) to $(DEST_JVM)"
341 $(QUIETLY) test -f $(LIBJVM_DEBUGINFO) && \ 341 $(QUIETLY) test -f $(LIBJVM_DEBUGINFO) && \
342 cp -f $(LIBJVM_DEBUGINFO) $(DEST_JVM_DEBUGINFO) 342 cp -f $(LIBJVM_DEBUGINFO) $(DEST_JVM_DEBUGINFO)
343 $(QUIETLY) test -f $(LIBJVM_DIZ) && \ 343 -$(QUIETLY) test -f $(LIBJVM_DIZ) && \
344 cp -f $(LIBJVM_DIZ) $(DEST_JVM_DIZ) 344 cp -f $(LIBJVM_DIZ) $(DEST_JVM_DIZ)
345 $(QUIETLY) cp -f $(LIBJVM) $(DEST_JVM) && echo "Done" 345 -$(QUIETLY) cp -f $(LIBJVM) $(DEST_JVM) && echo "Done"
346 346
347 #---------------------------------------------------------------------- 347 #----------------------------------------------------------------------
348 # Other files 348 # Other files
349 349
350 # Gamma launcher 350 # Gamma launcher