pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Don't include define lower opsys version for the ho...
details: https://anonhg.NetBSD.org/pkgsrc/rev/af0789af5862
branches: trunk
changeset: 507453:af0789af5862
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Feb 02 13:46:37 2006 +0000
description:
Don't include define lower opsys version for the host name, e.g. use
i386-pc-dragonflybsd instead of i386-pc-dragonflybsd1. Saves a few
forks and execs and makes DragonFly more homogenous with NetBSD.
diffstat:
mk/bsd.prefs.mk | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r acec26eff112 -r af0789af5862 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk Thu Feb 02 12:10:56 2006 +0000
+++ b/mk/bsd.prefs.mk Thu Feb 02 13:46:37 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.218 2006/01/12 14:57:19 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.219 2006/02/02 13:46:37 joerg Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -125,7 +125,6 @@
LOWER_ARCH!= ${UNAME} -p
MACHINE_ARCH= ${LOWER_ARCH}
MAKEFLAGS+= LOWER_ARCH=${LOWER_ARCH:Q}
-LOWER_OPSYS_VERSUFFIX!= echo ${LOWER_OS_VERSION} | ${CUT} -c -1
LOWER_VENDOR?= pc
.elif ${OPSYS} == "FreeBSD"
Home |
Main Index |
Thread Index |
Old Index