git: bc49561db752 - stable/13 - Makefile.inc1: remove lorder from build/cross tools
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 21:26:49 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=bc49561db7528d41af133db0c3bacc49828bd333 commit bc49561db7528d41af133db0c3bacc49828bd333 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-10-18 20:27:34 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-02-09 21:23:53 +0000 Makefile.inc1: remove lorder from build/cross tools As lorder is not used by the base system build there is no need to include it in bootstrap-tools or NXBDIRS. Fixes: 0e1e341b486c ("Stop using lorder and ranlib when...") Sponsored by: The FreeBSD Foundation (cherry picked from commit 1a724aa97265c9023d2aa69b444b46c4f7c5d9f2) --- Makefile.inc1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index d50df2a12c80..e588a288ae36 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2506,7 +2506,6 @@ bootstrap-tools: ${_bt}-links .PHONY ${_cat} \ ${_kbdcontrol} \ ${_elftoolchain_libs} \ - usr.bin/lorder \ lib/libopenbsd \ usr.bin/mandoc \ usr.bin/rpcgen \ @@ -2740,7 +2739,6 @@ NXBDIRS+= \ usr.bin/id \ usr.bin/lex \ usr.bin/limits \ - usr.bin/lorder \ usr.bin/mandoc \ usr.bin/mktemp \ usr.bin/mt \