From 2823ccc43833fc530ab84046296046b8db9d024d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 16 Jul 2024 03:57:08 +0100 Subject: [PATCH] remove util/autoport upstream has merged all of the changes that it contained, so we don't need this anymore. we'll have the newer upstream changes on the next general revision updates for coreboot, within config/coreboot/ Signed-off-by: Leah Rowe --- script/trees | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/trees b/script/trees index db5f52b..a7e53a6 100755 --- a/script/trees +++ b/script/trees @@ -118,6 +118,7 @@ configure_project() { eval `setvars "" xarch xlang build_depend autoconfargs xtree postmake \ tree_depend makeargs btype mkhelper bootstrapargs premake release` + [ -f "$1/target.cfg" ] || btype="auto" [ -f "$datadir/mkhelper.cfg" ] && eval `setcfg "$datadir/mkhelper.cfg"` @@ -143,6 +144,7 @@ configure_project() [ "$mode" = "fetch" ] || x_ ./update trees -f "$project" $target [ "$mode" = "fetch" ] || return 0 + [ -f "CHANGELOG" ] && return 1; fetch_${cmd#build_}; return 1 }