The branch main has been updated by ngie:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=de3e5dbea171f576e9e6d89ea5238ea3c9c8b26a

commit de3e5dbea171f576e9e6d89ea5238ea3c9c8b26a
Author:     Enji Cooper <n...@freebsd.org>
AuthorDate: 2025-08-19 01:06:41 +0000
Commit:     Enji Cooper <n...@freebsd.org>
CommitDate: 2025-08-19 01:09:12 +0000

    Makefile.inc1: garbage collect unused variable: install-info
    
    The variable's definition was removed with texinfo in
    2d2813618c3818d7d41a7ced1fca4a1a01d3591d, but the reference to the
    variable was left behind.
    
    This is effectively a no-op cleanup.
    
    MFC after:      3 days
---
 Makefile.inc1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index a16af09caea0..3f35dafc6441 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1417,7 +1417,7 @@ _sysctl=sysctl
 .endif
 
 ITOOLS=        [ awk cap_mkdb cat chflags chmod chown cmp cp \
-       date echo egrep find grep id install ${_install-info} \
+       date echo egrep find grep id install \
        ln make mkdir mtree mv pwd_mkdb \
        rm sed services_mkdb sh sort strip ${_sysctl} test time true uname wc
 

Reply via email to