From 0ed2ec294bf31d8218e16bcf582031e6b319348f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 7 Oct 2023 05:03:57 +0100 Subject: build/coreboot/util: merge to update/project/build The benefit now is that it can be cleaned. E.g. ./update project build -b coreboot utils ./update project build -b coreboot utils default ./update project build -c coreboot utils ./update project build -c coreboot utils default the update/project/build script checks when arguments are provided after the project name. if the first one is "utils", then it acts in the same way as the old build/coreboot/util script Signed-off-by: Leah Rowe --- script/update/release/roms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/update/release') diff --git a/script/update/release/roms b/script/update/release/roms index 40697ae3..c34762b0 100755 --- a/script/update/release/roms +++ b/script/update/release/roms @@ -102,7 +102,7 @@ strip_archive() [ -d "src/coreboot/${tree}" ] || \ x_ ./update project trees coreboot ${tree} - x_ ./build coreboot utils ${tree} + x_ ./update project build -b coreboot utils ${tree} if [ "${microcode_required}" = "n" ]; then for romfile in "${romdir}"/*.rom; do -- cgit v1.2.1