git: fcc00aaba41c - stable/14 - Makefile.inc1: garbage collect unused variable: install-info
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Sep 2025 04:40:38 UTC
The branch stable/14 has been updated by ngie: URL: https://cgit.FreeBSD.org/src/commit/?id=fcc00aaba41cd28606eb166ee281cd57bd2ce0b8 commit fcc00aaba41cd28606eb166ee281cd57bd2ce0b8 Author: Enji Cooper <ngie@FreeBSD.org> AuthorDate: 2025-08-19 01:06:41 +0000 Commit: Enji Cooper <ngie@FreeBSD.org> CommitDate: 2025-09-24 04:40:21 +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 (cherry picked from commit de3e5dbea171f576e9e6d89ea5238ea3c9c8b26a) --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 57306e3b65e7..84fe2a2eceaf 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1380,7 +1380,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