Source-Changes-HG archive

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

[src/trunk]: src tools/compat: MAKEVERBOSE support in regen



details:   https://anonhg.NetBSD.org/src/rev/2606a20cfb3d
branches:  trunk
changeset: 375974:2606a20cfb3d
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 23 20:20:54 2023 +0000

description:
tools/compat: MAKEVERBOSE support in regen

diffstat:

 share/mk/bsd.own.mk   |  3 ++-
 tools/compat/Makefile |  4 +++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r f7fa63dae69b -r 2606a20cfb3d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue May 23 20:15:58 2023 +0000
+++ b/share/mk/bsd.own.mk       Tue May 23 20:20:54 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1325 2023/05/22 12:55:45 lukem Exp $
+#      $NetBSD: bsd.own.mk,v 1.1326 2023/05/23 20:20:54 lukem Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1740,6 +1740,7 @@ MAKEVERBOSE?=             2
 _MKMSG_LINK?=          ${_MKMSG} "   link "
 _MKMSG_LEX?=           ${_MKMSG} "    lex "
 _MKMSG_REMOVE?=                ${_MKMSG} " remove "
+_MKMSG_REGEN?=         ${_MKMSG} "  regen "
 _MKMSG_YACC?=          ${_MKMSG} "   yacc "
 
 _MKSHMSG_CREATE?=      ${_MKSHMSG} " create "
diff -r f7fa63dae69b -r 2606a20cfb3d tools/compat/Makefile
--- a/tools/compat/Makefile     Tue May 23 20:15:58 2023 +0000
+++ b/tools/compat/Makefile     Tue May 23 20:20:54 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.90 2021/09/18 01:47:10 christos Exp $
+#      $NetBSD: Makefile,v 1.91 2023/05/23 20:20:54 lukem Exp $
 
 HOSTLIB=       nbcompat
 
@@ -166,5 +166,7 @@ INSTALL=    ${INSTALL_OBJ}/xinstall
 # Run "${TOOLDIR}/bin/nbmake-${MACHINE} regen" by hand after editing
 # configure.ac.  See more detailed instructions in configure.ac.
 regen:
+       ${_MKMSG_REGEN} configure
        cd ${.CURDIR} && ${TOOLDIR}/bin/${_TOOL_PREFIX}autoconf
+       ${_MKMSG_REGEN} nbtool_config.h.in
        cd ${.CURDIR} && ${TOOLDIR}/bin/${_TOOL_PREFIX}autoheader



Home | Main Index | Thread Index | Old Index