Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove boot/ocamldep
  • Loading branch information
nojb committed Feb 21, 2018
1 parent e47497c commit 47b64b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -427,8 +427,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
Expand All @@ -440,7 +439,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
Expand Down
Binary file removed boot/ocamldep
Binary file not shown.

0 comments on commit 47b64b5

Please sign in to comment.