mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
@@ -348,9 +348,8 @@ check_project_hashes()
|
|||||||
printf "%s\n" "$pjhash" > "$XBMK_CACHE/hash/$project$tree" || \
|
printf "%s\n" "$pjhash" > "$XBMK_CACHE/hash/$project$tree" || \
|
||||||
$err "!mk $XBMK_CACHE/hash/$project$tree"
|
$err "!mk $XBMK_CACHE/hash/$project$tree"
|
||||||
|
|
||||||
[ "$badhash" != "y" ] || rm -Rf "src/$project/$tree" \
|
[ "$badhash" != "y" ] || x_ rm -Rf "src/$project/$tree" \
|
||||||
"elf/$project/$tree" "elf/$project/$target" || \
|
"elf/$project/$tree" "elf/$project/$target"; :
|
||||||
$err "!rm $project $tree"; :
|
|
||||||
}
|
}
|
||||||
|
|
||||||
check_cross_compiler()
|
check_cross_compiler()
|
||||||
@@ -375,8 +374,7 @@ check_cross_compiler()
|
|||||||
|
|
||||||
# sometimes buildgcc fails for like no reason. try twice.
|
# sometimes buildgcc fails for like no reason. try twice.
|
||||||
make -C "$cbdir" crossgcc-$xfix $xgccargs || \
|
make -C "$cbdir" crossgcc-$xfix $xgccargs || \
|
||||||
make -C "$cbdir" crossgcc-$xfix $xgccargs || \
|
x_ make -C "$cbdir" crossgcc-$xfix $xgccargs
|
||||||
$err "!mkxgcc $project/$xtree '$xfix' '$xgccargs'"
|
|
||||||
|
|
||||||
# we only want to mess with hostcc to build xgcc
|
# we only want to mess with hostcc to build xgcc
|
||||||
rm -f "$XBMK_CACHE/gnupath/"* || \
|
rm -f "$XBMK_CACHE/gnupath/"* || \
|
||||||
|
|||||||
Reference in New Issue
Block a user