openbsd-ports/devel/node-fibers/patches/patch-Makefile
jasper b7292ed89a - set NO_REGRESS where applicable and add a comment as to why it's set
- run the tests of node-pg during 'regress' not 'build'

with and ok sthen@
2012-05-10 08:41:39 +00:00

16 lines
342 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1 2012/05/10 08:41:39 jasper Exp $
Don't run tests as part of the normal build.
--- Makefile.orig Thu May 10 09:54:35 2012
+++ Makefile Thu May 10 09:54:48 2012
@@ -1,7 +1,7 @@
include src/platform.mk
FIBERS_SO := $(shell echo `pwd`/src/fibers.node)
-all: fibers test
+all: fibers
fibers: $(FIBERS_SO)