summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2009-02-01 09:50:42 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2009-02-01 09:51:13 +0100
commit7525ef9a5b242fd5246917df663b2967851eafb2 (patch)
tree93245a54a7e31fbd09b38bed15f9a31320fcb6dc
parentcc283f208ee5b4c917566f591386d9c6e117a7da (diff)
Show full commands when building Coq
More useful in build logs
-rwxr-xr-xdebian/rules3
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