summaryrefslogtreecommitdiffstats
path: root/eshtrans
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2016-02-23 14:23:46 (EST)
committer P. J. McDermott <pj@pehjota.net>2016-02-23 14:23:46 (EST)
commit67c4fc3da3268fa6971ffef86044ba4935762e87 (patch)
tree6aafd1331c4db83e0268cb55f33cdfa22ae8a131 /eshtrans
parent2d2c37f572b2b3a0d257372ad7b9f034c5785491 (diff)
downloadeggshell-67c4fc3da3268fa6971ffef86044ba4935762e87.zip
eggshell-67c4fc3da3268fa6971ffef86044ba4935762e87.tar.gz
eggshell-67c4fc3da3268fa6971ffef86044ba4935762e87.tar.bz2
eshtrans: Add new bootstrap script
Diffstat (limited to 'eshtrans')
-rw-r--r--eshtrans/bootstrap.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/eshtrans/bootstrap.sh b/eshtrans/bootstrap.sh
new file mode 100644
index 0000000..9d0b763
--- /dev/null
+++ b/eshtrans/bootstrap.sh
@@ -0,0 +1,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