aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-02-12 22:56:43 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-02-12 22:56:43 +0000
commit33c0d04c1ae40fb3eded886f8d82eb941e588fc9 (patch)
tree2b3863afcfca8ccb73db473c889320f2ec24ac33 /Makefile.build
parent351c92f5c61082e9e8f5e1c9364f1836416f17d3 (diff)
Checker: re-sync vo structures after Maxime's commit 16136
make validate still fails, but that's another issue (#2949) we're still working on... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16198 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 661e762de..d8b9df0d4 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -370,7 +370,8 @@ install-ide-info:
.PHONY: validate check test-suite $(ALLSTDLIB).v
-VALIDOPTS=-silent -o -m
+
+VALIDOPTS=$(if $(VERBOSE),,-silent) -o -m
validate:: $(CHICKEN) $(ALLVO)
$(SHOW)'COQCHK <theories & plugins>'