view clean @ 2664:5af7b38be963

add -d64 to test scripts
author Christian.Wimmer@Oracle.com
date Wed, 11 May 2011 18:40:38 -0700
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