diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-16 03:57:08 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-16 03:57:08 +0100 |
commit | f367afabc1a9c35cee749efe5540af09914f14e2 (patch) | |
tree | 924624472479eb0affb3f79b39ec478152c1a2bc /script | |
parent | 373c2eb23dfed9ca0cef80321e7d57ddaf550d35 (diff) |
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 <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-x | script/trees | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/trees b/script/trees index db5f52b6..a7e53a69 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 } |