diff options
Diffstat (limited to 'sci-mathematics/coq/files/coq-8.4_p5-no-clean-before-test.patch')
-rw-r--r-- | sci-mathematics/coq/files/coq-8.4_p5-no-clean-before-test.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sci-mathematics/coq/files/coq-8.4_p5-no-clean-before-test.patch b/sci-mathematics/coq/files/coq-8.4_p5-no-clean-before-test.patch new file mode 100644 index 000000000000..ef4b6cf3e824 --- /dev/null +++ b/sci-mathematics/coq/files/coq-8.4_p5-no-clean-before-test.patch @@ -0,0 +1,12 @@ +--- coq-8.4pl5-orig/Makefile.build 2015-02-15 12:06:48.044999959 +1100 ++++ coq-8.4pl5/Makefile.build 2015-02-15 16:41:06.521892146 +1100 +@@ -395,8 +395,7 @@ + + check:: validate test-suite + +-test-suite: world $(ALLSTDLIB).v +- $(MAKE) $(MAKE_TSOPTS) clean ++test-suite: $(ALLSTDLIB).v + $(MAKE) $(MAKE_TSOPTS) all + $(HIDE)if grep -F 'Error!' test-suite/summary.log ; then false; fi + |