< prev index next >

make/RunTestsPrebuiltSpec.gmk

Print this page
rev 59102 : imported patch build

*** 176,195 **** EXPR := expr FILE := file HG := hg ULIMIT := ulimit - # On Solaris gnu versions of some tools are required. - ifeq ($(OPENJDK_BUILD_OS), solaris) - AWK := gawk - GREP := ggrep - EGREP := ggrep -E - FGREP := grep -F - SED := gsed - TAR := gtar - endif - ifeq ($(OPENJDK_BUILD_OS), windows) CYGPATH := cygpath endif ################################################################################ --- 176,185 ----
< prev index next >