comparison make/linux/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 9855b7e559ae
children 989155e2d07a 98f3af397705
comparison
equal deleted inserted replaced
7396:4a2ed49abd51 7408:892acf0431ef
440 echo "if [ \$$? -ne 0 ]; then "; \ 440 echo "if [ \$$? -ne 0 ]; then "; \
441 echo " $(WRONG_DATA_MODE_MSG)"; \ 441 echo " $(WRONG_DATA_MODE_MSG)"; \
442 echo " exit 0"; \ 442 echo " exit 0"; \
443 echo "fi"; \ 443 echo "fi"; \
444 echo ""; \ 444 echo ""; \
445 echo "# Use gamma_g if it exists"; \
446 echo ""; \
447 echo "GAMMA_PROG=gamma"; \ 445 echo "GAMMA_PROG=gamma"; \
448 echo "if [ -f gamma_g ]; then "; \
449 echo " GAMMA_PROG=gamma_g"; \
450 echo "fi"; \
451 echo ""; \ 446 echo ""; \
452 echo "if [ \"$(OS_VENDOR)\" = \"Darwin\" ]; then "; \ 447 echo "if [ \"$(OS_VENDOR)\" = \"Darwin\" ]; then "; \
453 echo " # Ensure architecture for gamma and JAVA_HOME is the same."; \ 448 echo " # Ensure architecture for gamma and JAVA_HOME is the same."; \
454 echo " # NOTE: gamma assumes the OpenJDK directory layout."; \ 449 echo " # NOTE: gamma assumes the OpenJDK directory layout."; \
455 echo ""; \ 450 echo ""; \