# HG changeset patch # User Lukas Stadler # Date 1321352666 -3600 # Node ID 753443a8c4fff4f8f857517bc36aa1c44a2ad5d3 # Parent 076542d505cd0c449eef9f6966e1406129ebed3a change order in domake script (so that one-time operations will be performed using the product jdk) diff -r 076542d505cd -r 753443a8c4ff domake --- a/domake Mon Nov 14 22:38:54 2011 +0100 +++ b/domake Tue Nov 15 11:24:26 2011 +0100 @@ -49,8 +49,8 @@ pushd $graal_home/make # the piping magic runs stderr through grep and removes the complaints about Xusage.txt files +ARCH_DATA_MODEL=64 LANG=C HOTSPOT_BUILD_JOBS=4 ALT_BOOTDIR=$JDK7 INSTALL=y make productgraal 3>&1 1>&2 2>&3 | grep -v Xusage[.]txt ARCH_DATA_MODEL=64 LANG=C HOTSPOT_BUILD_JOBS=4 ALT_BOOTDIR=$JDK7G INSTALL=y make jvmggraal 3>&1 1>&2 2>&3 | grep -v Xusage[.]txt -ARCH_DATA_MODEL=64 LANG=C HOTSPOT_BUILD_JOBS=4 ALT_BOOTDIR=$JDK7 INSTALL=y make productgraal 3>&1 1>&2 2>&3 | grep -v Xusage[.]txt popd