view clean @ 4438:0312460af9fc

Made gate do a full clean and added timing report for all gate tasks to end of gate log.
author Doug Simon <doug.simon@oracle.com>
date Sat, 04 Feb 2012 15:43:40 +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