diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-09-01 20:37:21 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-09-01 20:37:21 +0000 |
commit | d7d33f7843cd7d9380435b3ddc83e00b805e2520 (patch) | |
tree | 09d9d1479fe5e626a600f07372b4728c98fc5ae6 /devel/binutils | |
parent | bb2368266e165ecd4cd3a051ac4bb14e5bbb7dc0 (diff) | |
download | pkgsrc-d7d33f7843cd7d9380435b3ddc83e00b805e2520.tar.gz |
Remove MAKE_JOBS_SAFE=no, added for the previous release. I cannot
trigger a failure up to MAKE_JOBS=24.
Diffstat (limited to 'devel/binutils')
-rw-r--r-- | devel/binutils/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index c1e5b922f11..9c81b00818e 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2014/05/27 09:56:10 joerg Exp $ +# $NetBSD: Makefile,v 1.64 2014/09/01 20:37:21 jperkin Exp $ DISTNAME= binutils-2.24 PKGREVISION= 3 @@ -15,8 +15,6 @@ CONFLICTS= avr-binutils<2.13.2.1nb1 NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* -MAKE_JOBS_SAFE= no - USE_PKGLOCALEDIR= yes REPLACE_LOCALEDIR_PATTERNS+= Make-in |