From owner-dev-commits-src-main@freebsd.org Thu Jan 7 11:05:55 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6B6C04CCB66; Thu, 7 Jan 2021 11:05:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DBNh32YJBz4tX0; Thu, 7 Jan 2021 11:05:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4AB027EDC; Thu, 7 Jan 2021 11:05:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 107B5t0r011221; Thu, 7 Jan 2021 11:05:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 107B5tvT011220; Thu, 7 Jan 2021 11:05:55 GMT (envelope-from git) Date: Thu, 7 Jan 2021 11:05:55 GMT Message-Id: <202101071105.107B5tvT011220@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Alex Richardson Subject: git: b500c184b656 - main - Drop some unncessary stale code from Makefile.boot MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: arichardson X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b500c184b6569ff2443bd9d0e3697fafdb2e47ac Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2021 11:05:55 -0000 The branch main has been updated by arichardson: URL: https://cgit.FreeBSD.org/src/commit/?id=b500c184b6569ff2443bd9d0e3697fafdb2e47ac commit b500c184b6569ff2443bd9d0e3697fafdb2e47ac Author: Alex Richardson AuthorDate: 2020-12-16 16:57:09 +0000 Commit: Alex Richardson 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:=