mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 23:09:40 +02:00
b4c7cac8a2
and add a line break where it is used now it is essentially a macro of sorts, used in terms of syntax, to mean the same as: if [ "$dry" != ":" ]; do thing fi in this case, we say: $if_not_dry_build \ thing yes. macros in sh are a thing. Signed-off-by: Leah Rowe <leah@libreboot.org>
7 lines
224 B
INI
7 lines
224 B
INI
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
sersrc="src/stm32-vserprog"
|
|
serx="$sersrc/stm32-vserprog.hex"
|
|
serdir="$sersrc/boards"
|
|
mkhelper="$if_not_dry_build eval fx_ \"buildser stm32\" x_ basename -as .h \"\$serdir/\"*.h"
|