From 9a857c46f342ecb514056f8eb8eaec07a7523cac Mon Sep 17 00:00:00 2001 From: rillig Date: Sat, 1 Dec 2007 11:11:53 +0000 Subject: 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. --- mk/bsd.pkg.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mk/bsd.pkg.mk') 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: -- cgit v1.2.3