Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Make the ELF2ECOFF assignment an "?=" assignment so...
details: https://anonhg.NetBSD.org/src/rev/ff66d085fee8
branches: trunk
changeset: 526309:ff66d085fee8
user: simonb <simonb%NetBSD.org@localhost>
date: Thu May 02 13:13:53 2002 +0000
description:
Make the ELF2ECOFF assignment an "?=" assignment so it won't override the
setting in bsd.own.mk.
diffstat:
share/mk/bsd.sys.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 647ca16ec6a0 -r ff66d085fee8 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk Thu May 02 13:07:13 2002 +0000
+++ b/share/mk/bsd.sys.mk Thu May 02 13:13:53 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sys.mk,v 1.76 2002/04/23 00:15:45 bjh21 Exp $
+# $NetBSD: bsd.sys.mk,v 1.77 2002/05/02 13:13:53 simonb Exp $
#
# Build definitions used for NetBSD source tree builds.
@@ -65,7 +65,7 @@
CKSUM?= cksum
CONFIG?= config
CRUNCHGEN?= crunchgen
-ELF2ECOFF= elf2ecoff
+ELF2ECOFF?= elf2ecoff
GROFF?= groff
INSTALLBOOT?= installboot
MAKEFS?= makefs
Home |
Main Index |
Thread Index |
Old Index