pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgtasks



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jun  1 23:38:29 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkgtasks: Makefile

Log Message:
Not make-jobs safe.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/pkgtasks/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkgtasks/Makefile
diff -u pkgsrc/pkgtools/pkgtasks/Makefile:1.2 pkgsrc/pkgtools/pkgtasks/Makefile:1.3
--- pkgsrc/pkgtools/pkgtasks/Makefile:1.2       Thu Jun  1 05:43:44 2017
+++ pkgsrc/pkgtools/pkgtasks/Makefile   Thu Jun  1 23:38:29 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/06/01 05:43:44 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2017/06/01 23:38:29 wiz Exp $
 
 DISTNAME=              pkgtasks-1-1.9
 CATEGORIES=            pkgtools
@@ -16,6 +16,7 @@ USE_TOOLS=            sh
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                POSIX_SHELL=${TOOLS_SH:Q}
+MAKE_JOBS_SAFE=                no
 
 do-extract:
        @${CP} -R ${FILESDIR} ${WRKSRC}



Home | Main Index | Thread Index | Old Index