Remove boot/ocamldep

master
Nicolas Ojeda Bar 2017-12-18 15:07:08 +01:00 committed by Nicolás Ojeda Bär
parent c0c08f03fc
commit 1ec9e3aa7e
2 changed files with 2 additions and 4 deletions

View File

@ -418,7 +418,7 @@ backup:
mkdir boot/Saved
mv boot/Saved.prev boot/Saved/Saved.prev
cp boot/ocamlrun$(EXE) boot/Saved
cd boot; mv ocamlc ocamllex ocamlyacc$(EXE) ocamldep Saved
cd boot; mv ocamlc ocamllex ocamlyacc$(EXE) Saved
cd boot; cp $(LIBFILES) Saved
# Restore the saved bootstrap compiler if a problem arises
@ -430,8 +430,7 @@ restore:
.PHONY: compare
compare:
@if $(CAMLRUN) tools/cmpbyt boot/ocamlc ocamlc \
&& $(CAMLRUN) tools/cmpbyt boot/ocamllex lex/ocamllex \
&& $(CAMLRUN) tools/cmpbyt boot/ocamldep tools/ocamldep; \
&& $(CAMLRUN) tools/cmpbyt boot/ocamllex lex/ocamllex; \
then echo "Fixpoint reached, bootstrap succeeded."; \
else echo "Fixpoint not reached, try one more bootstrapping cycle."; \
fi
@ -443,7 +442,6 @@ promote-cross:
$(CAMLRUN) tools/stripdebug ocamlc boot/ocamlc
$(CAMLRUN) tools/stripdebug lex/ocamllex boot/ocamllex
cp yacc/ocamlyacc$(EXE) boot/ocamlyacc$(EXE)
$(CAMLRUN) tools/stripdebug tools/ocamldep boot/ocamldep
cd stdlib; cp $(LIBFILES) ../boot
# Promote the newly compiled system to the rank of bootstrap compiler

Binary file not shown.