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 b64a764 commit cd794ec
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 @@ -281,8 +281,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)

- #10693: Fix ident collision in includemod
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 cd794ec

Please sign in to comment.