summaryrefslogtreecommitdiffstats
path: root/eshtrans/bootstrap.sh
blob: 9d0b763c1b852105780f71b7b1d9116527aebb68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
printf 'Stage 1'
make clean
make -f Makefile.old
mv eshtrans.old eshtrans.stage1

printf 'Stage 2'
make clean
cp -p eshtrans.stage1 eshtrans
make
mv eshtrans eshtrans.stage2

printf 'Stage 3'
make clean
cp -p eshtrans.stage2 eshtrans
make
mv eshtrans eshtrans.stage3