summaryrefslogtreecommitdiff
path: root/mk/platform/Interix.mk
diff options
context:
space:
mode:
authortv <tv>2005-11-01 16:30:05 +0000
committertv <tv>2005-11-01 16:30:05 +0000
commite91ccea066104e5e76118151725db0e570547c16 (patch)
treeb27482d548fea865c79b953c4e82902edfbe5187 /mk/platform/Interix.mk
parentaa84a7d5d3a67c83c4d447c1194959a836f6e315 (diff)
downloadpkgsrc-e91ccea066104e5e76118151725db0e570547c16.tar.gz
Abstract [LOWER_]OS_VERSION into a ${...:sh} construct, so that other OS
blocks can override it without running the commands at all. Move Interix [LOWER_]OS_VERSION speedup hack into bsd.prefs.mk, since it must happen early at runtime. While here, speed up the OS_VERSION calculation slightly for OSF1.
Diffstat (limited to 'mk/platform/Interix.mk')
-rw-r--r--mk/platform/Interix.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk
index b4e46295dcb..adda840292f 100644
--- a/mk/platform/Interix.mk
+++ b/mk/platform/Interix.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Interix.mk,v 1.43 2005/11/01 16:01:16 tv Exp $
+# $NetBSD: Interix.mk,v 1.44 2005/11/01 16:30:05 tv Exp $
#
# Variable definitions for the Interix operating system.
@@ -58,15 +58,6 @@ INSTALL?= ${PREFIX}/bin/install-sh
PAX?= ${PREFIX}/bin/pax
SED?= ${PREFIX}/bin/nbsed
-.if exists(/usr/lib/libc.so.3.5)
-OS_VERSION?= 3.5
-.elif exists(/usr/lib/libc.so.3.1)
-OS_VERSION?= 3.1
-.else
-OS_VERSION?= 3.0
-.endif
-LOWER_OS_VERSION?= ${OS_VERSION}
-
GCC_USE_SYMLINKS?= yes
WRAPPER_DEBUG?= no