ledger/tools/prepall
John Wiegley 3ab52e74b1 Tools changes to build for multiple targets
This makes it easier for me to build a version of ledger with
optimizations, one for coverage analysis, one for profiling, etc.
2009-02-21 16:45:19 -04:00

12 lines
236 B
Bash
Executable file

#!/bin/sh
set -e
tools/myacprep --opt
tools/myacprep --gprof
tools/myacprep --gcov
tools/myacprep
touch ~/Products/ledger-gcov/config.status
touch ~/Products/ledger-gprof/config.status
touch ~/Products/ledger-opt/touch config.status