view clean @ 3556:dbad39c24069

removed pause command from create64.cmd
author Josef Haider <haider@ssw.jku.at>
date Tue, 23 Aug 2011 12:05:26 +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