diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-16 10:58:00 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-16 10:58:00 +0100 |
| commit | cebae0ed80dd6e7a2db80797740e3c880750d5ec (patch) | |
| tree | f56ff1c3d2a8ec74405b86ca0bcd33df0796e079 /mk | |
| parent | d165f14a4dffaa3c5619bdba5a09f2c90e14b78b (diff) | |
mk: rename autoconfargs to configureargs
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
| -rwxr-xr-x | mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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" "$@"; : } |
