diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-09 19:09:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-09 19:09:48 +0000 |
commit | b6bc09136688b1cf0c31f546bc86e99a5508efaf (patch) | |
tree | a5fa9d0b88d3944a9f0f8d7ec34b3357115e5ac0 /lang/icon/Makefile | |
parent | 24c84fb05660c28018072e4d0040c6044b01d700 (diff) | |
download | pkgsrc-b6bc09136688b1cf0c31f546bc86e99a5508efaf.tar.gz |
Not MAKE_JOBS safe, reports Aleksej Saushev in PR 37491. Mark it as such.
Diffstat (limited to 'lang/icon/Makefile')
-rw-r--r-- | lang/icon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 4eace532889..6f3a5467ea8 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/02/19 11:45:30 joerg Exp $ +# $NetBSD: Makefile,v 1.42 2007/12/09 19:09:48 wiz Exp $ DISTNAME= icon.v942src PKGNAME= icon-9.4.2 @@ -14,6 +14,7 @@ COMMENT= The Icon programming language CONFIGURE_TARGET= X-Configure BUILD_TARGET= All TEST_TARGET= Test +MAKE_JOBS_SAFE= no .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" |