openbsd-ports/lang/nhc98/patches/patch-Makefile

18 lines
639 B
Plaintext
Raw Normal View History

$OpenBSD: patch-Makefile,v 1.4 2010/07/27 18:16:18 kili Exp $
Fail on failure, and don't be so silent during the tests, it makes
me nervous.
--- Makefile.orig Sat Feb 20 10:21:37 2010
+++ Makefile Sat Jul 24 16:02:51 2010
@@ -198,8 +198,7 @@ install:
if [ "$(MACHINE)" != "" ]; then CC=$(CC) ./configure --target=$(MACHINE) --install ; else ./configure --config ; fi
test:
- cd tests && ./runtests clean >/dev/null && ./runtests >t.log 2>t.err
- tail -4 tests/t.err
+ cd tests && ./runtests clean >/dev/null && ./runtests
basic-nhc: $(PRAGMA) runtime hmake-nhc greencard-nhc compiler-nhc cpphs \
prelude hsc2hs libraries