From b0a23840327f7df97d3b4ea03d0e3f3fe93291c9 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 30 Dec 2024 21:02:32 +0000 Subject: Revert "Remove legacy update/vendor commands" This reverts commit 781320514623653077cda2d910b9baf150949bd1. I'm doing changes for 20241206 rev8. It was a mistake to remove these; they will be removed again, after rev8. The documentation standardised on ./mk a while ago now, and it's almost time to remove these commands. However, anyone using the old commands ought to be able to, up to and including any revision of the Libreboot 20241206 release. It is my intention that these legacy commands finally be removed for the next testing release, as part of a much wider build system audit that I'm doing between now and then. (Libreboot Build System Audit 7 is underway, and several of these early audit7 changes are going on 20241206 rev8; after that, I will create a branch named 20241206_branch off of rev8, and anything in master from then on will contain much wilder changes, with more conservative changes in 20241206_branch) Signed-off-by: Leah Rowe --- build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'build') diff --git a/build b/build index 3194397f..033cb433 100755 --- a/build +++ b/build @@ -1,8 +1,6 @@ #!/usr/bin/env sh # SPDX-License-Identifier: GPL-3.0-or-later -# Copyright (c) 2014-2015,2020-2024 Leah Rowe -# Copyright (c) 2015 Patrick "P. J." McDermott -# Copyright (c) 2015-2016 Klemens Nanni +# Copyright (c) 2020-2024 Leah Rowe # Copyright (c) 2022 Caleb La Grange set -u -e -- cgit v1.2.1