From 2f97717bdbf803fbb33c20db682f140f2ff0bfa6 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 14 Jan 2012 07:44:33 +0000 Subject: gsed related clean up. * Stop to treat NetBSD's sed as GNU sed, not full compatible. * Then, no need to reset TOOLS_PLATFORM.gsed for NetBSD if USE_TOOLS+=gsed and real GNU sed is required. * In addition, convert simple USE_TOOLS+=gsed to conditionally, without NetBSD. * convert {BUILD_,}DEPENDS+=gsed to USE_TOOLS, all tools from gsed are real gsed. --- mk/tools/tools.NetBSD.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/tools/tools.NetBSD.mk b/mk/tools/tools.NetBSD.mk index e62386d3675..b9f3ba45667 100644 --- a/mk/tools/tools.NetBSD.mk +++ b/mk/tools/tools.NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.NetBSD.mk,v 1.44 2011/11/17 19:01:31 joerg Exp $ +# $NetBSD: tools.NetBSD.mk,v 1.45 2012/01/14 07:44:34 obache Exp $ # # System-supplied tools for the NetBSD operating system. @@ -37,7 +37,6 @@ TOOLS_PLATFORM.gawk?= ${TOOLS_PLATFORM.awk} .endif TOOLS_PLATFORM.grep?= /usr/bin/grep TOOLS_PLATFORM.groff?= /usr/bin/groff -TOOLS_PLATFORM.gsed?= ${TOOLS_PLATFORM.sed} # GNUish TOOLS_PLATFORM.gsoelim?= ${TOOLS_PLATFORM.soelim} # GNUish TOOLS_PLATFORM.gunzip?= /usr/bin/gunzip -f TOOLS_PLATFORM.gzcat?= /usr/bin/gzcat -- cgit v1.2.3