From 4ff5f6ae062a1143c9d2a08f5e33e22d43752ad6 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 16 Jul 2005 01:19:06 +0000 Subject: Get rid of USE_PERL5. The new way to express needing the Perl executable around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable. --- mk/tools/replace.mk | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'mk/tools') diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 97c5d6a4aaa..b44b58badf4 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.109 2005/07/15 20:14:04 jlam Exp $ +# $NetBSD: replace.mk,v 1.110 2005/07/16 01:19:27 jlam Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -75,17 +75,6 @@ # USE_TOOLS+= perl:run # -# Continue to allow USE_PERL5 until packages have been taught to use the -# new syntax. -# -.if defined(USE_PERL5) -. if empty(USE_PERL5:Mbuild) -USE_TOOLS+= perl:run -. else -USE_TOOLS+= perl -. endif -.endif - # XXX Keep this hack here until the day that msgfmt and msgfmt-plurals # XXX is handled directly by the tools framework. # XXX -- cgit v1.2.3