From da0a34773156494f3e0a4af65d62732444afe415 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/misc/toplevel.mk | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'mk/misc') diff --git a/mk/misc/toplevel.mk b/mk/misc/toplevel.mk index 95e48bd984c..e2486be7ab0 100644 --- a/mk/misc/toplevel.mk +++ b/mk/misc/toplevel.mk @@ -1,4 +1,4 @@ -# $NetBSD: toplevel.mk,v 1.5 2011/09/08 20:17:16 abs Exp $ +# $NetBSD: toplevel.mk,v 1.6 2014/06/02 10:24:05 wiz Exp $ # # This file contains the make targets that can be used from the # top-level Makefile. They are in this separate file to keep the @@ -29,13 +29,6 @@ README.html: .PRECIOUS .include "../bsd.pkg.subdir.mk" -# the bulk-cache and clean-bulk-cache targets are a global-pkgsrc -# thing and thus it makes sense to run it from the top level pkgsrc -# directory. -.if make(bulk-cache) || make(clean-bulk-cache) -.include "../bulk/bsd.bulk-pkg.mk" -.endif - .PHONY: ${.CURDIR}/PKGDB ${.CURDIR}/PKGDB: @${RM} -f ${.CURDIR}/PKGDB -- cgit v1.2.3