From 6fe837f39d56322882d4abe5f01a5893df553cf3 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 21 Mar 2005 13:58:22 +0000 Subject: Don't claim that the "gawk" bundled with Interix is really gawk. It's old and buggy, and if a package wants USE_GNU_TOOLS+=awk, pull in lang/gawk instead for less problems. --- mk/tools.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mk/tools.mk b/mk/tools.mk index 7fef938af27..30d08af518b 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.52 2005/02/11 15:59:41 tv Exp $ +# $NetBSD: tools.mk,v 1.53 2005/03/21 13:58:22 tv Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -132,7 +132,8 @@ USE_GNU_TOOLS= ${_tools} # system, so no need to pull in the pkgsrc versions; we will use these # instead. # -_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Interix-*-* Linux-*-* OpenBSD-*-* +#_TOOLS_OPSYS_HAS_GNU.awk+= Interix-*-* # too old and buggy; use lang/gawk +_TOOLS_OPSYS_HAS_GNU.awk+= FreeBSD-*-* Linux-*-* OpenBSD-*-* _TOOLS_OPSYS_HAS_GNU.awk+= NetBSD-1.[0-6]*-* DragonFly-*-* _TOOLS_OPSYS_HAS_GNU.grep+= Darwin-*-* FreeBSD-*-* Linux-*-* _TOOLS_OPSYS_HAS_GNU.grep+= NetBSD-*-* OpenBSD-*-* DragonFly-*-* -- cgit v1.2.3