Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Sigh, back out previous -- it is necessary inorder ...
details: https://anonhg.NetBSD.org/src/rev/4cfeb6a130ee
branches: trunk
changeset: 516590:4cfeb6a130ee
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu Oct 25 13:48:50 2001 +0000
description:
Sigh, back out previous -- it is necessary inorder for the depend
(and dependall) targets to work properly.
XXX THIS IS BROKEN. It's highly questionalble that we should be applying
our .depend-generating rules to a host system -- the mkdep we currently
use assumes GCC.
diffstat:
share/mk/bsd.hostprog.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c0caf30a0fe1 -r 4cfeb6a130ee share/mk/bsd.hostprog.mk
--- a/share/mk/bsd.hostprog.mk Thu Oct 25 13:45:16 2001 +0000
+++ b/share/mk/bsd.hostprog.mk Thu Oct 25 13:48:50 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.hostprog.mk,v 1.15 2001/10/25 01:21:14 thorpej Exp $
+# $NetBSD: bsd.hostprog.mk,v 1.16 2001/10/25 13:48:50 thorpej Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.if !target(__initialized__)
@@ -108,6 +108,7 @@
${HOSTPROG} ${OBJS} ${LOBJS} ${CLEANFILES}
beforedepend:
+CPPFLAGS= ${HOST_CPPFLAGS}
.if defined(SRCS)
afterdepend: .depend
Home |
Main Index |
Thread Index |
Old Index