git: b500c184b656 - main - Drop some unncessary stale code from Makefile.boot

Alex Richardson arichardson at FreeBSD.org
Thu Jan 7 11:05:55 UTC 2021


The branch main has been updated by arichardson:

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

commit b500c184b6569ff2443bd9d0e3697fafdb2e47ac
Author:     Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
AuthorDate: 2020-12-16 16:57:09 +0000
Commit:     Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-01-07 10:55:21 +0000

    Drop some unncessary stale code from Makefile.boot
    
    No longer required after 0e1e341b486cdf4769195ba1e5b3cb32e7387873.
---
 tools/build/mk/Makefile.boot | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/tools/build/mk/Makefile.boot b/tools/build/mk/Makefile.boot
index 4adc04b0ea9a..38df8135e53b 100644
--- a/tools/build/mk/Makefile.boot
+++ b/tools/build/mk/Makefile.boot
@@ -14,15 +14,6 @@ AR:=	/usr/bin/ar
 RANLIB:=	/usr/bin/ranlib
 NM:=	/usr/bin/nm
 
-# Don't use lorder and tsort since lorder is not installed by default on most
-# Linux systems and the FreeBSD lorder does not work on Linux. For the bootstrap
-# tools the order of the .o files should not matter since we only care about
-# a few individual files (and might soon require linking with lld anyway)
-LORDER:=echo
-TSORT:=cat
-# When using cat as tsort we can't pass -q:
-TSORTFLAGS:=
-
 # Avoid stale dependecy warnings:
 LIBC:=
 LIBZ:=


More information about the dev-commits-src-all mailing list