aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-07-12 18:17:17 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2016-07-12 18:22:07 +0200
commit605048905db9107a1d4b3c35ce59f5719474f875 (patch)
treea9d70ba8fe15f04b1e2ae2a3e9117f8a263c8ba9 /Makefile
parentea25e8bcf64caac66bcbd33457ee91d56e80fea3 (diff)
Makefile.build: follow-up of commits by Matej on VERBOSE and READABLE_ML4
- With the ?= construction, we avoid warnings about undefined variables, while tolerating both 'make VERBOSE=1' and 'VERBOSE=1 make' - Some extra documentation and cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 34ce67b7d..6649542c8 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ help:
@echo
@echo "For make to be verbose, add VERBOSE=1"
@echo
- @echo "If you want camlp{4,5} to generate human-readable files, add NO_RECOMPILE_ML4=1"
+ @echo "If you want camlp{4,5} to generate human-readable files, add READABLE_ML4=1"
UNSAVED_FILES:=$(shell find . -name '.\#*v' -o -name '.\#*.ml' -o -name '.\#*.ml?')
ifdef UNSAVED_FILES