diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-01 11:11:53 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-01 11:11:53 +0000 |
commit | 8b469337fa55da6a76308c66fc19168ef18bbaf0 (patch) | |
tree | b0a5e8fd72c608ea0fcac2f51ce0c2e4e43bc78e /mk/bsd.pkg.mk | |
parent | 7cbdaf1c98d41e7d54534942d0cadb3386a6f2bf (diff) | |
download | pkgsrc-8b469337fa55da6a76308c66fc19168ef18bbaf0.tar.gz |
Removed _INTERACTIVE_COOKIE, after asking on tech-pkg if anyone needs
it. It had only been used to change the "nerrors" variable in bulk
builds, but this variable is not used further anyway.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r-- | mk/bsd.pkg.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 9884570265b..882f9dde2ed 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1928 2007/10/13 11:04:16 dsl Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1929 2007/12/01 11:11:53 rillig Exp $ # # This file is in the public domain. # @@ -248,7 +248,6 @@ _NONZERO_FILESIZE_P= ${AWK} 'END { exit (NR > 0) ? 0 : 1; }' # Automatically increase process limit where necessary for building. _ULIMIT_CMD= ${UNLIMIT_RESOURCES:@_lim_@${ULIMIT_CMD_${_lim_}};@} -_INTERACTIVE_COOKIE= ${.CURDIR}/.interactive_stage _NULL_COOKIE= ${WRKDIR}/.null # Miscellaneous overridable commands: |