diff options
author | jperkin <jperkin> | 2014-09-02 09:19:46 +0000 |
---|---|---|
committer | jperkin <jperkin> | 2014-09-02 09:19:46 +0000 |
commit | bc491813258622d4043ce276b725999fc8f98a26 (patch) | |
tree | 36310910fae372c23c3ec61ec405a864e3080af9 /editors/emacs24 | |
parent | d0ce03c6239c9b033b0f8eda22da1897349d7aa7 (diff) | |
download | pkgsrc-bc491813258622d4043ce276b725999fc8f98a26.tar.gz |
Remove MAKE_JOBS_SAFE=no, added 4 years ago and in this package's previous
incarnation as emacs23.
I can't trigger a failure up to MAKE_JOBS=24, and this package hardcodes
some 'gmake -j' calls internally anyway.
Diffstat (limited to 'editors/emacs24')
-rw-r--r-- | editors/emacs24/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/emacs24/Makefile.common b/editors/emacs24/Makefile.common index de18e72619b..0cb8bdf0803 100644 --- a/editors/emacs24/Makefile.common +++ b/editors/emacs24/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2013/11/04 11:08:03 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.8 2014/09/02 09:19:46 jperkin Exp $ # # used by editors/emacs24/Makefile # used by editors/emacs24-nox11/Makefile @@ -14,7 +14,6 @@ COMMENT= GNU editing macros (editor) LICENSE= gnu-gpl-v3 WRKSRC= ${WRKDIR}/${DISTNAME:S/b$//} -MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes INFO_FILES= yes |