aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc/build-system.txt
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-09-20 17:25:20 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-09-20 17:25:20 +0000
commitac98362d168bc96433bf09ced8ee992bce76483e (patch)
tree386b04b0310a96bd05488741b7da0b69d1286561 /dev/doc/build-system.txt
parent5e8ebbc13909125093e2c7aa18e00cf30cad6362 (diff)
Remove broken makefile option NO_RECOMPILE_LIB
The idea was to allow rebuilding coqtop without the whole stdlib, but it's not working anymore since the stdlib also depends on plugins .cmxs, hence its compilation will be triggered anyway. Since I've no idea how to restore the old behavior (except via hacking the output of coqdep with more ORDER_ONLY hack), I simply declare this option dead, and remove it for improving clarity. NB: an imperfect workaround is to touch all the .vo after rebuilding coqtop and the plugins... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15823 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev/doc/build-system.txt')
-rw-r--r--dev/doc/build-system.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/doc/build-system.txt b/dev/doc/build-system.txt
index b243ebe2e..d7cf396ff 100644
--- a/dev/doc/build-system.txt
+++ b/dev/doc/build-system.txt
@@ -108,9 +108,6 @@ save precious time:
like that. This will avoid entering the stage 3, and cut build
system overhead by 50% (1.2s instead of 2.4 on writer's machine).
- - You can turn off rebuilding of the standard library each time
- bin/coqtop is rebuilt with NO_RECOMPILE_LIB=1.
-
- If you want to avoid all .ml4 files being recompiled only because
grammar.cma was rebuilt, do "make ml4depclean" once and then use
NO_RECOMPILE_ML4=1.