Skip to content

Commit

Permalink
Always build ocamlnat
Browse files Browse the repository at this point in the history
  • Loading branch information
dra27 committed Oct 12, 2021
1 parent bdc9897 commit 7fac5a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ Working version
rather than a basename.
(David Allsopp, report by Fabian @copy, review by Gabriel Scherer)

- #10690: Add --enable-native-toplevel to configure to enable building and
installing ocamlnat as part of the main build (default is not to)
- #10690: Add --enable-native-toplevel to configure to enable installing
ocamlnat as part of the main build (default is not to install it)
(David Allsopp, review by Gabriel Scherer)

OCaml 4.13 maintenance branch
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,7 @@ endif
$(MAKE) ocamlopt.opt
$(MAKE) otherlibrariesopt
$(MAKE) ocamllex.opt ocamltoolsopt ocamltoolsopt.opt $(OCAMLDOC_OPT) \
$(OCAMLTEST_OPT) $(ocamlnat_dependencies)
ifeq "$(INSTALL_OCAMLNAT)" "true"
$(MAKE) ocamlnat
endif
$(OCAMLTEST_OPT) ocamlnat
ifeq "$(WITH_OCAMLDOC)-$(STDLIB_MANPAGES)" "ocamldoc-true"
$(MAKE) manpages
endif
Expand Down

0 comments on commit 7fac5a9

Please sign in to comment.