Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/share/mk Pull up revision 1.48:
details: https://anonhg.NetBSD.org/src/rev/5c156cf17b23
branches: netbsd-1-4
changeset: 469361:5c156cf17b23
user: he <he%NetBSD.org@localhost>
date: Fri Sep 10 23:00:22 1999 +0000
description:
Pull up revision 1.48:
Allow natural use of multiple "make" targets in the main tree
without setting BUILD, fixing PR#8313 and PR#3894.
diffstat:
share/mk/bsd.man.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 93a7d883dcb4 -r 5c156cf17b23 share/mk/bsd.man.mk
--- a/share/mk/bsd.man.mk Fri Sep 10 22:55:14 1999 +0000
+++ b/share/mk/bsd.man.mk Fri Sep 10 23:00:22 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.man.mk,v 1.45.2.1 1999/08/28 22:06:36 he Exp $
+# $NetBSD: bsd.man.mk,v 1.45.2.2 1999/09/10 23:00:22 he Exp $
# @(#)bsd.man.mk 8.1 (Berkeley) 6/8/93
.if !target(__initialized__)
@@ -79,7 +79,7 @@
. if !defined(UPDATE)
.PHONY: ${DESTDIR}${MANDIR}/${P:T:E}${MANSUBDIR}/${P:T:R}.0${MCOMPRESSSUFFIX}
. endif
-. if !defined(BUILD)
+. if !defined(BUILD) && !make(all) && !make(${P})
${DESTDIR}${MANDIR}/${P:T:E}${MANSUBDIR}/${P:T:R}.0${MCOMPRESSSUFFIX}: .MADE
. endif
Home |
Main Index |
Thread Index |
Old Index