diff options
| author | lukem <lukem@NetBSD.org> | 2023-05-23 20:20:54 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-05-23 20:20:54 +0000 |
| commit | 7bd921dc00df6b696e151c8d9f5b24f41dadff98 (patch) | |
| tree | 44d8640a0cae72c88e5bf5c6a3ebd8d956eb5def /tools | |
| parent | f11ab11a43ab7a1b1928bdc6f5b759db3bf89bbe (diff) | |
tools/compat: MAKEVERBOSE support in regen
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/compat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/compat/Makefile b/tools/compat/Makefile index b272934c548..3e7f81fb09a 100644 --- a/tools/compat/Makefile +++ b/tools/compat/Makefile @@ -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 |
