pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk The "elf" goes after "netbsd", the version number a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d745cfd7a0c
branches:  trunk
changeset: 462997:0d745cfd7a0c
user:      fredb <fredb%pkgsrc.org@localhost>
date:      Thu Oct 23 18:11:49 2003 +0000

description:
The "elf" goes after "netbsd", the version number after that.

diffstat:

 mk/bsd.prefs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 83b205a8c940 -r 0d745cfd7a0c mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Oct 23 16:33:47 2003 +0000
+++ b/mk/bsd.prefs.mk   Thu Oct 23 18:11:49 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.130 2003/10/11 06:46:45 grant Exp $
+# $NetBSD: bsd.prefs.mk,v 1.131 2003/10/23 18:11:49 fredb Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -133,7 +133,7 @@
 LOWER_ARCH?=           ${MACHINE_GNU_ARCH}
 
 MACHINE_PLATFORM?=     ${OPSYS}-${OS_VERSION}-${MACHINE_ARCH}
-MACHINE_GNU_PLATFORM?= ${LOWER_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}${LOWER_OPSYS_VERSUFFIX}${APPEND_ELF}
+MACHINE_GNU_PLATFORM?= ${LOWER_ARCH}-${LOWER_VENDOR}-${LOWER_OPSYS}${APPEND_ELF}${LOWER_OPSYS_VERSUFFIX}
 
 # Needed on NetBSD and SunOS (zoularis) to prevent an "install:" target
 # from being created in bsd.own.mk.



Home | Main Index | Thread Index | Old Index