view clean @ 4242:3e25132be4b4

Disabled eager resolution of libraries as they are defined. Made CTRL-C kill off subprocesses of mx.
author Doug Simon <doug.simon@oracle.com>
date Sat, 07 Jan 2012 23:59:02 +0100
parents 6223633ce7dd
children
line wrap: on
line source

#!/bin/bash
pushd make
LANG=C ARCH_DATA_MODEL=64 HOTSPOT_BUILD_JOBS=16 make clean
popd