summaryrefslogtreecommitdiff
path: root/tools/prepall
blob: be9459d882ce0662b808923152c998e02cf0cc97 (plain)
1
2
3
4
5
6
7
8
9
10
11
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/config.status