From 33c0d04c1ae40fb3eded886f8d82eb941e588fc9 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 12 Feb 2013 22:56:43 +0000 Subject: 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 --- Makefile.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.build') diff --git a/Makefile.build b/Makefile.build index 661e762dea..d8b9df0d42 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 ' -- cgit v1.2.3