summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-16 10:58:00 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-16 10:58:00 +0100
commitcebae0ed80dd6e7a2db80797740e3c880750d5ec (patch)
treef56ff1c3d2a8ec74405b86ca0bcd33df0796e079 /mk
parentd165f14a4dffaa3c5619bdba5a09f2c90e14b78b (diff)
mk: rename autoconfargs to configureargs
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-xmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk b/mk
index c99a0c50..0c30e6ab 100755
--- a/mk
+++ b/mk
@@ -78,7 +78,7 @@ if_not_dry_build=""
if_single_tree=":"
-eval "`newvar autoconfargs autogenargs badhash badtghash bootstrapargs \
+eval "`newvar configureargs autogenargs badhash badtghash bootstrapargs \
build_depend buildtype cleanargs cmakedir cmd defconfig dest_dir elfdir \
forcepull listfile makeargs mdir mkhelper mkhelpercfg mode postmake \
premake project release rev srcdir target target_dir tree xarch xgcctree \
@@ -262,7 +262,7 @@ configure_project()
{
_tcfg="$1/target.cfg"
- eval "`newvar autoconfargs badhash badtghash bootstrapargs \
+ eval "`newvar configureargs badhash badtghash bootstrapargs \
build_depend buildtype cleanargs makeargs mkhelper postmake \
premake release xarch xgcctree xlang`"
@@ -523,7 +523,7 @@ check_autoconf()
[ -f "autogen.sh" ] && \
x_ ./autogen.sh $autogenargs
[ -f "configure" ] && \
- x_ ./configure $autoconfargs; :
+ x_ ./configure $configureargs; :
) || err "can't bootstrap project: $1" "check_autoconf" "$@"; :
}