diff options
author | tv <tv> | 2005-03-28 15:04:07 +0000 |
---|---|---|
committer | tv <tv> | 2005-03-28 15:04:07 +0000 |
commit | 772536db7f35cdebeb97364106e416125a6572d9 (patch) | |
tree | e96b696a082ef885d892ae658a25c53a3e79f5a2 /mk/platform/Interix.mk | |
parent | 28182b18c14f526029bccc49a819d3bd552ad77a (diff) | |
download | pkgsrc-772536db7f35cdebeb97364106e416125a6572d9.tar.gz |
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.
Diffstat (limited to 'mk/platform/Interix.mk')
-rw-r--r-- | mk/platform/Interix.mk | 5 |
1 files changed, 1 insertions, 4 deletions
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 |