Commit Graph

9 Commits (master)

Author SHA1 Message Date
David Allsopp 8905edd382 Trivial correction to stdlib/HACKING.adoc 2020-08-04 15:01:50 +01:00
Florian Angeletti c86a5d8d11
#9189: avoid one-letter make variables (#9281) 2020-05-11 12:21:59 +02:00
David Allsopp fb6f58ea69
Merge pull request #8951 from shindere/make-default-target
Let make's default target build the compiler
2019-10-04 14:23:27 +01:00
Guillaume Munch-Maccagnoni b304042b29 Fix missing Caml_state (#8940)
* Fix free identifiers in spacetime

* Fix free identifiers in tools/gdb-macros

* [minor] Fix Caml_state fields in comments, and other comment updates

* Changes
2019-10-03 16:27:32 +02:00
Sébastien Hinderer 987b0814d7 Let make's default target build the compiler
This commit makes it possible to build the OCaml compiler according to
its configuration by simply runnning make. There is no need to specify
neither world nor world.opt explicitly, although the two targets
remain available.

This commit also introduces (and starts making use of) the
NATIVE_COMPILER build variable whosse value is true when the native
compiler is enabled and false otherwise.
2019-09-30 16:01:29 +02:00
Nicolás Ojeda Bär 467395babb Update stdlib/HACKING.adoc 2019-09-30 13:56:48 +02:00
TheAspiringHacker 00953cc221 Correct wrong instructions for otherlibs/threads/Makefile; state that partialclean may be used instead of clean 2018-08-20 21:12:53 -04:00
TheAspiringHacker 001dcf2dc6 Update link text of stdlib/HACKING.adoc to use paths relative to file 2018-08-19 16:01:02 -04:00
TheAspiringHacker ecbca3a493 Rewrite stdlib/README.md as stdlib/HACKING.adoc 2018-08-19 15:15:40 -04:00