[Pkg-ocaml-maint-commits] [ocaml] 02/02: Print even more debugging during tests

Ximin Luo infinity0 at debian.org
Thu Oct 20 16:14:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch _testing_more-debugging-output
in repository ocaml.

commit 0684d30920657dc95ed4493e8816e00b7e494cc9
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Oct 20 17:39:47 2016 +0200

    Print even more debugging during tests
---
 debian/patches/more-test-debugging-info.patch | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/patches/more-test-debugging-info.patch b/debian/patches/more-test-debugging-info.patch
index a3fc8c0..11af3d9 100644
--- a/debian/patches/more-test-debugging-info.patch
+++ b/debian/patches/more-test-debugging-info.patch
@@ -70,8 +70,8 @@
  .ml.cmo:
 -	@if [ -f $<i ]; then $(OCAMLC) -c $(ADD_COMPFLAGS) $<i; fi
 -	@$(OCAMLC) -c $(ADD_COMPFLAGS) $<
-+	if [ -f $<i ]; then $(OCAMLC) -c $(ADD_COMPFLAGS) $<i; fi
-+	$(OCAMLC) -c $(ADD_COMPFLAGS) $<
++	if [ -f $<i ]; then $(OCAMLC) -verbose -c $(ADD_COMPFLAGS) $<i; fi
++	$(OCAMLC) -verbose -c $(ADD_COMPFLAGS) $<
  
  .ml.cmx:
 -	@$(OCAMLOPT) -c $(ADD_COMPFLAGS) $<
@@ -146,7 +146,8 @@
 +	if $(NATIVECODE_ONLY); then : ; else \
  	  rm -f program.byte program.byte.exe; \
  	  $(MAKE) $(CMO_FILES) $(MAIN_MODULE).cmo; \
- 	  $(OCAMLC) $(ADD_COMPFLAGS) $(ADD_CFLAGS) -o program.byte$(EXE) \
+-	  $(OCAMLC) $(ADD_COMPFLAGS) $(ADD_CFLAGS) -o program.byte$(EXE) \
++	  $(OCAMLC) -verbose $(ADD_COMPFLAGS) $(ADD_CFLAGS) -o program.byte$(EXE) \
  	            $(O_FILES) $(CMA_FILES) $(CMO_FILES) $(ADD_CMO_FILES) \
  	            $(MAIN_MODULE).cmo; \
  	fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list