Source-Changes-HG archive

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

[src/trunk]: src/rescue MAKEVERBOSE support



details:   https://anonhg.NetBSD.org/src/rev/f512b330f041
branches:  trunk
changeset: 572687:f512b330f041
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Jan 10 10:05:44 2005 +0000

description:
MAKEVERBOSE support

diffstat:

 rescue/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 034b7f095aca -r f512b330f041 rescue/Makefile
--- a/rescue/Makefile   Mon Jan 10 10:04:31 2005 +0000
+++ b/rescue/Makefile   Mon Jan 10 10:05:44 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2005/01/10 10:04:31 lukem Exp $
+#      $NetBSD: Makefile,v 1.15 2005/01/10 10:05:44 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -43,6 +43,7 @@
 realall: ${CRUNCHBIN}
 
 install: ${CRUNCHBIN}
+       ${_MKMSG} "populate ${TARGETDIR}"
        ${PARSELIST} -v mode=install ${LISTS} | ${MAKE} -f - install
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index