summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-01 01:25:06 +0000
committerwiz <wiz@pkgsrc.org>2014-11-01 01:25:06 +0000
commit27de6310f0f897fd54460fa3d49caa53f4966e33 (patch)
tree462b0f2245960b252dabb2b2645fac2e2b084fee
parent6847d7773e45f88e11c69cea0ffa7c1449e80bb3 (diff)
downloadpkgsrc-27de6310f0f897fd54460fa3d49caa53f4966e33.tar.gz
Add a comment for MAKE_JOBS_SAFE=no:
# --- ext/date/all --- # make[2]: make[2]: don't know how to make ../../.ext/common/date. Stop # make[2]: stopped in .../lang/ruby193-base/work/ruby-1.9.3-p550/ext/date
-rw-r--r--lang/ruby193-base/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ruby193-base/Makefile b/lang/ruby193-base/Makefile
index 36a47acd684..f5869174608 100644
--- a/lang/ruby193-base/Makefile
+++ b/lang/ruby193-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2014/10/28 07:48:19 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2014/11/01 01:25:06 wiz Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -20,6 +20,9 @@ GNU_CONFIGURE= yes
TEST_TARGET= test
CONFIGURE_ARGS+= --enable-shared
WRKSRC= ${RUBY_WRKSRC}
+# --- ext/date/all ---
+# make[2]: make[2]: don't know how to make ../../.ext/common/date. Stop
+# make[2]: stopped in .../lang/ruby193-base/work/ruby-1.9.3-p550/ext/date
MAKE_JOBS_SAFE= no
MAKE_DIRS= ${RUBY_SITEARCHLIB} ${RUBY_VENDORARCHLIB}