Source-Changes-HG archive

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

[src/netbsd-1-5]: src/share/mk Pull up revisions 1.145, 1.147 (via patch, requ...



details:   https://anonhg.NetBSD.org/src/rev/c96b78cd9305
branches:  netbsd-1-5
changeset: 491179:c96b78cd9305
user:      he <he%NetBSD.org@localhost>
date:      Thu Apr 05 23:30:46 2001 +0000

description:
Pull up revisions 1.145,1.147 (via patch, requested by assar):
  Upgrade Heimdal to version 0.3e.
  (Adds PRINTOBJDIR)

diffstat:

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

diffs (18 lines):

diff -r df8da1688a0e -r c96b78cd9305 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Apr 05 23:30:13 2001 +0000
+++ b/share/mk/bsd.own.mk       Thu Apr 05 23:30:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.136.4.5 2000/10/07 01:14:24 itojun Exp $
+#      $NetBSD: bsd.own.mk,v 1.136.4.6 2001/04/05 23:30:46 he Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -70,6 +70,8 @@
 .endif
 STRIPFLAG?=    -s
 
+PRINTOBJDIR=   printf "xxx: .MAKE\n\t@echo \$${.OBJDIR}\n" | ${MAKE} -B -s -f-
+
 # Define SYS_INCLUDE to indicate whether you want symbolic links to the system
 # source (``symlinks''), or a separate copy (``copies''); (latter useful
 # in environments where it's not possible to keep /sys publicly readable)



Home | Main Index | Thread Index | Old Index