Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Back out last change until some more testing is don...
details: https://anonhg.NetBSD.org/src/rev/be28ba02c90b
branches: trunk
changeset: 518168:be28ba02c90b
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Nov 25 23:40:08 2001 +0000
description:
Back out last change until some more testing is done. Should account for folks
not using objdirs and also force this to cd to $_SRC_TOP_ before doing the
make obj
diffstat:
share/mk/bsd.own.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 32465b21eea8 -r be28ba02c90b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Nov 25 23:39:50 2001 +0000
+++ b/share/mk/bsd.own.mk Sun Nov 25 23:40:08 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.224 2001/11/25 09:06:00 jmc Exp $
+# $NetBSD: bsd.own.mk,v 1.225 2001/11/25 23:40:08 jmc Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -49,8 +49,6 @@
.if !defined(_SRC_TOP_OBJ_)
.if ${_SRC_TOP_} != ""
-.BEGIN:
- @printf ".include <bsd.obj.mk>\n" | ${MAKE} -f- obj 1>&2
_SRC_TOP_OBJ_!= cd ${_SRC_TOP_} && ${PRINTOBJDIR}
.MAKEOVERRIDES+= _SRC_TOP_OBJ_
.endif
Home |
Main Index |
Thread Index |
Old Index