view clean @ 3717:4177ddd2d1d1

Fix build error for Windows builds
author Christian Wimmer <christian.wimmer@oracle.com>
date Tue, 13 Dec 2011 21:40:26 -0800
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