view clean @ 4603:a1238d5c6991

Small comment fix to test native code building guard in the gate.
author Doug Simon <doug.simon@oracle.com>
date Thu, 16 Feb 2012 23:51:37 +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