From 5e5a52a1d881ec419121d485d859d90649f8098e Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 2 Jun 2014 10:24:05 +0000 Subject: Remove old bulk build code. Use pbulk. --- mk/bsd.pkg.mk | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'mk/bsd.pkg.mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index d070044e96f..ee15aba97a6 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1999 2014/05/06 14:48:06 jperkin Exp $ +# $NetBSD: bsd.pkg.mk,v 1.2000 2014/06/02 10:24:05 wiz Exp $ # # This file is in the public domain. # @@ -386,11 +386,6 @@ USE_TOOLS+= \ # bsd.wrapper.mk USE_TOOLS+= expr -# bsd.bulk-pkg.mk uses certain tools -.if defined(BATCH) -USE_TOOLS+= tee tsort -.endif - # scripts/shlib-type .if ${_OPSYS_SHLIB_TYPE} == "ELF/a.out" USE_TOOLS+= file @@ -747,14 +742,6 @@ tags: .include "subst.mk" -# -# For bulk build targets (bulk-install, bulk-package), the -# BATCH variable must be set in /etc/mk.conf: -# -.if defined(BATCH) -. include "bulk/bsd.bulk-pkg.mk" -.endif - # README generation code. .include "bsd.pkg.readme.mk" -- cgit v1.2.3