summaryrefslogtreecommitdiff
path: root/script/build
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-12-16 07:58:13 +0000
committerLeah Rowe <leah@libreboot.org>2023-12-16 07:58:13 +0000
commit39a3de574a7ae6d6165a660cd7efd9ac6a31a922 (patch)
tree591eb1f10ffd5df0fee0c6a5f788f6367d66c0f8 /script/build
parent1eb4df6748f94a08d44c623a56417199b99b371d (diff)
remove DEBUG handling in lbmk (not needed)
all it did was set -v in the shell, which doesn't yield very useful results. this is a relic of very old design in the libreboot build system, that is no longer needed. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build')
-rwxr-xr-xscript/build/grub1
-rwxr-xr-xscript/build/roms1
-rwxr-xr-xscript/build/serprog1
3 files changed, 0 insertions, 3 deletions
diff --git a/script/build/grub b/script/build/grub
index dc489838..3313684d 100755
--- a/script/build/grub
+++ b/script/build/grub
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2014,2015,2020,2021,2023 Leah Rowe <leah@libreboot.org>
-[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
. "include/err.sh"
diff --git a/script/build/roms b/script/build/roms
index c1bca851..229e295f 100755
--- a/script/build/roms
+++ b/script/build/roms
@@ -6,7 +6,6 @@
# SPDX-FileCopyrightText: 2022-2023 Alper Nebi Yasak <alpernebiyasak@gmail.com>
# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com>
-[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
. "include/err.sh"
diff --git a/script/build/serprog b/script/build/serprog
index 33319de6..74097dc5 100755
--- a/script/build/serprog
+++ b/script/build/serprog
@@ -2,7 +2,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later
# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com>
-[ "x${DEBUG+set}" = 'xset' ] && set -v
set -u -e
. "include/err.sh"