echo
if [ -f ./all ]; then
echo "WARNING: running this script will destroy ANY local changes you"
- echo "might have on the repository that haven't been pushed yet."
+ echo "might have on the repository that haven't been pushed or stored"
+ echo "in a local branch yet."
echo
if [ x"$1" != x"--yes" ]; then
echo "Are you absolutely sure you want to run this?"
fi
if [ -f ./all ]; then
- ./all clean --reclone
+ ./all clean -fU -m -r
./all compile -r
export USE_GDB=no
set -- ./all run "$@"
cat data/benchmark.log >> data/the-big-benchmark.log
done
if [ -f ./all ]; then
- ./all clean -r -f -u
+ ./all clean -r
fi
rm -f data/benchmark.log