Files
pkgsrc-ng/devel/elftoolchain/patches/patch-am
2013-09-26 17:14:40 +02:00

32 lines
665 B
Plaintext

$NetBSD: patch-am,v 1.1.1.1 2011/11/20 06:25:18 agc Exp $
don't build tests for ordinary packaging
--- Makefile 2011/11/18 21:53:08 1.1
+++ Makefile 2011/11/18 21:53:38
@@ -26,9 +26,9 @@
SUBDIR += strings
# Build the test suites.
-.if exists(${.CURDIR}/test)
-SUBDIR += test
-.endif
+#.if exists(${.CURDIR}/test)
+#SUBDIR += test
+#.endif
# Build documentation at the end.
.if exists(${.CURDIR}/documentation)
@@ -42,7 +42,7 @@
#
# Run the test suites.
-.if exists(${.CURDIR}/test)
-run-tests: all .PHONY
- (cd ${.CURDIR}/test; ${MAKE} test)
-.endif
+#.if exists(${.CURDIR}/test)
+#run-tests: all .PHONY
+# (cd ${.CURDIR}/test; ${MAKE} test)
+#.endif