pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk The previous commit needs all platforms to be corre...
details: https://anonhg.NetBSD.org/pkgsrc/rev/24ef594cc381
branches: trunk
changeset: 534318:24ef594cc381
user: tnn <tnn%pkgsrc.org@localhost>
date: Tue Oct 16 11:51:21 2007 +0000
description:
The previous commit needs all platforms to be correct about
separating LOWER_OPSYS and LOWER_OPSYS_VERSUFFIX, since numbers are now
removed from LOWER_OPSYS when forming MACHINE_GNU_PLATFORM.
Fix the remaining to platforms: Interix and IRIX.
diffstat:
mk/bsd.prefs.mk | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 09de717f8dd2 -r 24ef594cc381 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Tue Oct 16 11:34:16 2007 +0000
+++ b/mk/bsd.prefs.mk Tue Oct 16 11:51:21 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.271 2007/10/16 11:34:16 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.272 2007/10/16 11:51:21 tnn Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -160,7 +160,8 @@
LOWER_VENDOR?= unknown
.elif ${OPSYS} == "Interix"
-LOWER_OPSYS?= interix3
+LOWER_OPSYS?= interix
+LOWER_OPSYS_VERSUFFIX?= 3
LOWER_VENDOR?= pc
. if exists(/usr/lib/libc.so.3.5)
OS_VERSION= 3.5
@@ -173,7 +174,8 @@
.elif !empty(OPSYS:MIRIX*)
LOWER_ARCH!= ${UNAME} -p
-LOWER_OPSYS?= irix${OS_VERSION}
+LOWER_OPSYS?= irix
+LOWER_OPSYS_VERSUFFIX?= ${OS_VERSION}
LOWER_VENDOR?= sgi
.elif ${OPSYS} == "Linux"
Home |
Main Index |
Thread Index |
Old Index