mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 06:22:56 +02:00
put all src downloads under src/
build/release/src was partly re-written to accomodate this memtest86plus was patched to have a central Makefile, and lbmk modified to use that, rather than mess with build32 and build64. the central Makefile just builds both targets or cleans both targets Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -29,13 +29,13 @@ build_for_mainboard() {
|
||||
}
|
||||
|
||||
buildutils() {
|
||||
[ -d "coreboot/${1}/" ] || \
|
||||
[ -d "src/coreboot/${1}/" ] || \
|
||||
x_ ./update project trees coreboot ${1}
|
||||
for util in cbfstool ifdtool; do
|
||||
[ -f "cbutils/${1}/${util}" ] && continue
|
||||
[ -d "cbutils/${1}" ] || x_ mkdir -p "cbutils/${1}"
|
||||
|
||||
utildir="coreboot/${1}/util/${util}"
|
||||
utildir="src/coreboot/${1}/util/${util}"
|
||||
x_ make distclean -C "${utildir}"
|
||||
x_ make -j$(nproc) -C "${utildir}"
|
||||
x_ cp "${utildir}/${util}" "cbutils/${1}"
|
||||
|
||||
Reference in New Issue
Block a user