From 772536db7f35cdebeb97364106e416125a6572d9 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 28 Mar 2005 15:04:07 +0000 Subject: With the SORT=gsort hack for Interix, all hell breaks loose on pkg_add because pkginstall encodes it into its scripts. sigh. Hack around this. For bulk builds on Interix only, use gsort for "tflat"; use the system-supplied sort for the rest of the build. --- mk/platform/Interix.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mk/platform/Interix.mk') diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 914491ab22b..1388152f2dc 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.29 2005/03/24 16:21:48 tv Exp $ +# $NetBSD: Interix.mk,v 1.30 2005/03/28 15:04:07 tv Exp $ # # Variable definitions for the Interix operating system. @@ -47,9 +47,6 @@ AWK?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}awk .if exists(${LOCALBASE}/bin/gtar) GTAR?= ${LOCALBASE}/bin/gtar .endif -.if exists(${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}sort) -SORT?= ${LOCALBASE}/bin/${GNU_PROGRAM_PREFIX}sort -.endif AWK?= /usr/contrib/bin/gawk BASENAME?= /bin/basename -- cgit v1.2.3