summaryrefslogtreecommitdiffstats
path: root/eshtrans
diff options
context:
space:
mode:
Diffstat (limited to 'eshtrans')
-rw-r--r--eshtrans/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/eshtrans/Makefile b/eshtrans/Makefile
index fe1e8df..8ab8310 100644
--- a/eshtrans/Makefile
+++ b/eshtrans/Makefile
@@ -15,16 +15,10 @@ bootstrap: stage3
stage1:
@printf 'Stage 1:\n'
@time -p $(MAKE) eshtrans.stage1 2>&1 | sed 's/^/\t/'
-stage2:
- @printf 'Stage 1:\n'
- @time -p $(MAKE) eshtrans.stage1 2>&1 | sed 's/^/\t/'
- @printf 'Stage 2:\n'
- @time -p $(MAKE) eshtrans.stage2 2>&1 | sed 's/^/\t/'
-stage3:
- @printf 'Stage 1:\n'
- @time -p $(MAKE) eshtrans.stage1 2>&1 | sed 's/^/\t/'
+stage2: stage1
@printf 'Stage 2:\n'
@time -p $(MAKE) eshtrans.stage2 2>&1 | sed 's/^/\t/'
+stage3: stage2
@printf 'Stage 3:\n'
@time -p $(MAKE) eshtrans.stage3 2>&1 | sed 's/^/\t/'