view clean @ 4274:2d2b31b6feae

move graal class path entries into a separate file that can be generated by the mx script
author Lukas Stadler <lukas.stadler@jku.at>
date Thu, 12 Jan 2012 14:50:14 +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