Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.sbin Always build this if a HOSTPROG (MKBFD only aff...



details:   https://anonhg.NetBSD.org/src/rev/066f01b48a17
branches:  trunk
changeset: 526754:066f01b48a17
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 09 17:12:36 2002 +0000

description:
Always build this if a HOSTPROG (MKBFD only affects native progs).

diffstat:

 gnu/usr.sbin/dbsym/Makefile      |  4 ++--
 gnu/usr.sbin/mdsetimage/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r b376de89c93b -r 066f01b48a17 gnu/usr.sbin/dbsym/Makefile
--- a/gnu/usr.sbin/dbsym/Makefile       Thu May 09 17:07:16 2002 +0000
+++ b/gnu/usr.sbin/dbsym/Makefile       Thu May 09 17:12:36 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.4 2002/01/29 10:20:30 tv Exp $
+#      $NetBSD: Makefile,v 1.5 2002/05/09 17:12:36 thorpej Exp $
 
 .include <bsd.own.mk>
 
-.if defined(USE_NEW_TOOLCHAIN) && ${MKBFD} != "no"
+.if defined(USE_NEW_TOOLCHAIN) && (defined(HOSTPROG) || ${MKBFD} != "no")
 TOP=           ${.CURDIR}/../..
 DIST=          ${TOP}/dist/toolchain
 
diff -r b376de89c93b -r 066f01b48a17 gnu/usr.sbin/mdsetimage/Makefile
--- a/gnu/usr.sbin/mdsetimage/Makefile  Thu May 09 17:07:16 2002 +0000
+++ b/gnu/usr.sbin/mdsetimage/Makefile  Thu May 09 17:12:36 2002 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.8 2002/01/29 10:20:30 tv Exp $
+#      $NetBSD: Makefile,v 1.9 2002/05/09 17:12:37 thorpej Exp $
 
 .include <bsd.own.mk>
 
-.if defined(USE_NEW_TOOLCHAIN) && ${MKBFD} != "no"
+.if defined(USE_NEW_TOOLCHAIN) && (defined(HOSTPROG) || ${MKBFD} != "no")
 TOP=           ${.CURDIR}/../..
 DIST=          ${TOP}/dist/toolchain
 



Home | Main Index | Thread Index | Old Index