From 3ab52e74b1de1c0be647eb36386ef5e16baeb60d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 21 Feb 2009 16:45:19 -0400 Subject: 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. --- tools/prepall | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 tools/prepall (limited to 'tools/prepall') diff --git a/tools/prepall b/tools/prepall new file mode 100755 index 00000000..d6eedfdd --- /dev/null +++ b/tools/prepall @@ -0,0 +1,12 @@ +#!/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 -- cgit v1.2.3