From 38cee90a276e8f0c9b5e99ec3381412aef0f6432 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Mon, 2 Sep 2024 17:37:54 +1000 Subject: [PATCH] use the existing $d to update the .config file --- do_last_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do_last_build b/do_last_build index 0164f99..170854d 100755 --- a/do_last_build +++ b/do_last_build @@ -79,7 +79,7 @@ $cmd <<-EOF d=../powerpc_pseries_le_defconfig [ -d \$d ] || mkdir \$d make ARCH=powerpc -s O=\$d pseries_le_defconfig - sed -i '/CONFIG_PPC_64K_PAGES/d;s/^.*CONFIG_PPC_4K_PAGES.*$/CONFIG_PPC_4K_PAGES=y/' ../powerpc_pseries_le_defconfig/.config + sed -i '/CONFIG_PPC_64K_PAGES/d;s/^.*CONFIG_PPC_4K_PAGES.*$/CONFIG_PPC_4K_PAGES=y/' \$d/.config make ARCH=powerpc -s O=\$d olddefconfig make ARCH=powerpc O=\$d -j$j1_factor -O -s -- 2.39.5