Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Revert previous temporarily to deal with PR bin/137...
details: https://anonhg.NetBSD.org/src/rev/1c5e45b17d62
branches: trunk
changeset: 513858:1c5e45b17d62
user: tv <tv%NetBSD.org@localhost>
date: Wed Aug 15 17:50:15 2001 +0000
description:
Revert previous temporarily to deal with PR bin/13722; will revisit this
(and close the PR) after I've located all of the uses of PRINTOBJDIR and
fixed them up not to bork themselves recursively.
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 041d3aa5fc90 -r 1c5e45b17d62 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Aug 15 17:25:42 2001 +0000
+++ b/share/mk/bsd.own.mk Wed Aug 15 17:50:15 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.173 2001/08/14 23:33:43 tv Exp $
+# $NetBSD: bsd.own.mk,v 1.174 2001/08/15 17:50:15 tv Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -189,7 +189,7 @@
cleandir: .NOTMAIN clean
.endif
-PRINTOBJDIR= ${MAKE} -V .OBJDIR
+PRINTOBJDIR= printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -B -s -f-
# Define MKxxx variables (which are either yes or no) for users
# to set in /etc/mk.conf and override on the make commandline.
Home |
Main Index |
Thread Index |
Old Index