diff options
author | Stephane Glondu <steph@glondu.net> | 2009-02-01 09:50:42 +0100 |
---|---|---|
committer | Stephane Glondu <steph@glondu.net> | 2009-02-01 09:51:13 +0100 |
commit | 7525ef9a5b242fd5246917df663b2967851eafb2 (patch) | |
tree | 93245a54a7e31fbd09b38bed15f9a31320fcb6dc | |
parent | cc283f208ee5b4c917566f591386d9c6e117a7da (diff) |
Show full commands when building Coq
More useful in build logs
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index ec73497d..16f51676 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ export COQTEST_SKIPCOMPLEXITY = true export CAML_LD_LIBRARY_PATH = $(shell pwd)/kernel/byterun +# Show full commands when building Coq +export VERBOSE=1 + # We want to use dpatch include /usr/share/dpatch/dpatch.make |