view clean @ 4244:a69889e5a8a5

Made the DaCapo library be downloaded only on demand.
author Doug Simon <doug.simon@oracle.com>
date Sat, 07 Jan 2012 23:59:54 +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