aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-25 16:25:28 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-10-25 16:25:28 +0000
commitf99c2ac25b8d4582b509063f0386fb5d445bd86f (patch)
tree6a3ef544c74eba6e83de30643e0e85661164c8e8
parent89ecdabc15a0ada80bf822357b29104f28d45e2f (diff)
Coq_makefile: a more complete commentary about global variables
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14599 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--tools/coq_makefile.ml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/coq_makefile.ml b/tools/coq_makefile.ml
index 4a60cc8ea..02bba6cfe 100644
--- a/tools/coq_makefile.ml
+++ b/tools/coq_makefile.ml
@@ -351,8 +351,10 @@ let variables opt (args,defs) =
let parameters () =
print "NOARG: all\n\n# \n";
- print "# This Makefile may take COQBIN as argument passed as environment variables:\n";
- print "# to specify the directory where Coq binaries resides;\n";
+ print "# This Makefile may take arguments passed as environment variables:\n";
+ print "# COQBIN to specify the directory where Coq binaries resides;\n";
+ print "# ZDEBUG/COQDEBUG to specify debug flags for ocamlc&ocamlopt/coqc;\n";
+ print "# DSTROOT to specify a prefix to install path.\n";
print "Makefile-localvars.gen:\n\t$(COQBIN)coqtop -config > $@\n\n";
print "-include Makefile-localvars.gen\n.SECONDARY: Makefile-localvars.gen\n\n"