Source-Changes-HG archive

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

[src/trunk]: src/share/mk Add a DBSYM variable for the dbsym(8) host tool.



details:   https://anonhg.NetBSD.org/src/rev/b0610a362f07
branches:  trunk
changeset: 517243:b0610a362f07
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Nov 09 07:30:55 2001 +0000

description:
Add a DBSYM variable for the dbsym(8) host tool.

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 3b256ab768af -r b0610a362f07 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Nov 09 07:21:37 2001 +0000
+++ b/share/mk/bsd.own.mk       Fri Nov 09 07:30:55 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.209 2001/11/05 19:45:25 tv Exp $
+#      $NetBSD: bsd.own.mk,v 1.210 2001/11/09 07:30:55 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -80,6 +80,7 @@
 CPP=           ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-cpp
 CRUNCHGEN=     MAKE=${.MAKE} ${TOOLDIR}/bin/crunchgen
 CXX=           ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-c++
+DBSYM=         ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-dbsym
 #EQN=          ${TOOLDIR}/bin/eqn
 FC=            ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-g77
 GENCAT=                ${TOOLDIR}/bin/gencat



Home | Main Index | Thread Index | Old Index