Source-Changes-HG archive

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

[src/trunk]: src/share/mk Mark "dependall" rule with .MAKE since it invokes a...



details:   https://anonhg.NetBSD.org/src/rev/881403ad4b57
branches:  trunk
changeset: 509829:881403ad4b57
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon May 14 03:20:10 2001 +0000

description:
Mark "dependall" rule with .MAKE since it invokes a sub-make.

diffstat:

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

diffs (11 lines):

diff -r 43ac04c7e82b -r 881403ad4b57 share/mk/bsd.depall.mk
--- a/share/mk/bsd.depall.mk    Mon May 14 01:44:42 2001 +0000
+++ b/share/mk/bsd.depall.mk    Mon May 14 03:20:10 2001 +0000
@@ -1,5 +1,5 @@
-#      $NetBSD: bsd.depall.mk,v 1.2 2000/01/22 19:31:01 mycroft Exp $
+#      $NetBSD: bsd.depall.mk,v 1.3 2001/05/14 03:20:10 sommerfeld Exp $
 
-dependall: realdepend
+dependall: realdepend .MAKE
        @cd ${.CURDIR}; \
        ${MAKE} realall



Home | Main Index | Thread Index | Old Index