pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/gwydion-dylan Not MAKE_JOBS_SAFE:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/407911833206
branches:  trunk
changeset: 574893:407911833206
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Apr 28 23:31:57 2010 +0000

description:
Not MAKE_JOBS_SAFE:

gmake[2]: *** No rule to make target `.../parser-tab.h', needed by `parser-tab.o'.  Stop.
gmake[2]: *** Waiting for unfinished jobs....
mv y.tab.c .../parser-tab.c
mv y.tab.h .../parser-tab.h
   :

diffstat:

 lang/gwydion-dylan/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d0df7f299ecc -r 407911833206 lang/gwydion-dylan/Makefile
--- a/lang/gwydion-dylan/Makefile       Wed Apr 28 22:30:51 2010 +0000
+++ b/lang/gwydion-dylan/Makefile       Wed Apr 28 23:31:57 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2010/04/17 16:06:56 zafer Exp $
+# $NetBSD: Makefile,v 1.9 2010/04/28 23:31:57 dholland Exp $
 #
 
 DISTNAME=              gwydion-dylan-${DYLAN_VERSION}
@@ -12,6 +12,8 @@
 HOMEPAGE=              http://www.opendylan.org/
 COMMENT=               Functional language
 
+MAKE_JOBS_SAFE=                no
+
 USE_TOOLS+=            gmake perl
 USE_LIBTOOL=           yes
 MAKE_FILE=             GNUmakefile



Home | Main Index | Thread Index | Old Index