diff options
| author | Maxime Dénès | 2018-02-19 10:07:47 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-02-19 10:07:47 +0100 |
| commit | 1cf756712b5a5216e3a0039fb9d831c8d8ba9cbf (patch) | |
| tree | 1cadeb96cce15c51dd6ffd217e3242657a11d70f /dev/doc/build-system.txt | |
| parent | 8e9d1421354d55bc2ea71e37715a19d33cc9bc9c (diff) | |
| parent | b60906cc3ee3f994babf9cceff2971bd03485f2f (diff) | |
Merge PR #6646: Change references to CAMLP4 to CAMLP5 since we no longer use camlp4
Diffstat (limited to 'dev/doc/build-system.txt')
| -rw-r--r-- | dev/doc/build-system.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/doc/build-system.txt b/dev/doc/build-system.txt index 873adc1b22..1c4fd2eba4 100644 --- a/dev/doc/build-system.txt +++ b/dev/doc/build-system.txt @@ -88,7 +88,7 @@ bootstrapped. The dependencies of a file FOO are in FOO.d . This enables partial recalculation of dependencies (only the dependencies of changed files are recomputed). -If you add a dependency to a Coq camlp4 extension (grammar.cma or +If you add a dependency to a Coq camlp5 extension (grammar.cma or q_constr.cmo), then see sections ".ml4 files" and "new files". Cleaning Targets @@ -127,7 +127,7 @@ of a grammar extension via a line of the form: The use of (*i camlp4use: ... i*) to mention uses of standard extension such as IFDEF has also been discontinued, the Makefile now -always calls camlp4 with pa_macros.cmo and a few others by default. +always calls camlp5 with pa_macros.cmo and a few others by default. For debugging a Coq grammar extension, it could be interesting to use the READABLE_ML4=1 option, otherwise the generated .ml are |
