view clean @ 3141:2b0039543e31

IdealGraphVisualizer: add optional import in build.xml for environment-specific build extensions/modifications
author Peter Hofer <peter.hofer@jku.at>
date Mon, 04 Jul 2011 13:59:41 +0200
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