comparison make/solaris/makefiles/buildtree.make @ 7408:892acf0431ef

7153050: remove crufty '_g' support from HotSpot repo makefiles Summary: Phase 1 is removing '_g' support from the Makefiles. Reviewed-by: dcubed, sspitsyn, coleenp, tbell Contributed-by: ron.durbin@oracle.com
author dcubed
date Fri, 14 Dec 2012 10:06:52 -0800
parents 75982791ddb6
children ed3fa3ae7b61 98f3af397705
comparison
equal deleted inserted replaced
7396:4a2ed49abd51 7408:892acf0431ef
434 echo "if [ \$$? -ne 0 ]; then "; \ 434 echo "if [ \$$? -ne 0 ]; then "; \
435 echo " $(WRONG_DATA_MODE_MSG)"; \ 435 echo " $(WRONG_DATA_MODE_MSG)"; \
436 echo " exit 0"; \ 436 echo " exit 0"; \
437 echo "fi"; \ 437 echo "fi"; \
438 echo ""; \ 438 echo ""; \
439 echo "# Use gamma_g if it exists"; \
440 echo ""; \
441 echo "GAMMA_PROG=gamma"; \ 439 echo "GAMMA_PROG=gamma"; \
442 echo "if [ -f gamma_g ]; then "; \
443 echo " GAMMA_PROG=gamma_g"; \
444 echo "fi"; \
445 echo ""; \ 440 echo ""; \
446 echo "if [ \"$(OS_VENDOR)\" = \"Darwin\" ]; then "; \ 441 echo "if [ \"$(OS_VENDOR)\" = \"Darwin\" ]; then "; \
447 echo " # Ensure architecture for gamma and JAVA_HOME is the same."; \ 442 echo " # Ensure architecture for gamma and JAVA_HOME is the same."; \
448 echo " # NOTE: gamma assumes the OpenJDK directory layout."; \ 443 echo " # NOTE: gamma assumes the OpenJDK directory layout."; \
449 echo ""; \ 444 echo ""; \