diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-09-13 14:50:41 +0100 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-09-13 14:50:41 +0100 |
| commit | 1a9b211368930ecee259cf0fbd25686c4ebc8924 (patch) | |
| tree | 82c8f5f502fcd184ca117187e7a02c83157ca771 /include/tree.sh | |
| parent | e9e33d4b4d6c7d2fc48f667c9f19ab710203228d (diff) | |
xbmk: remove xbmkdir()
pointless function. literally pointless. it is literally
the most pointless function ever written in the history
of functions. literally pointless in every possible way.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/tree.sh')
| -rw-r--r-- | include/tree.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tree.sh b/include/tree.sh index f373af97..434796e2 100644 --- a/include/tree.sh +++ b/include/tree.sh @@ -333,7 +333,7 @@ project_up_to_date() shift 3 - x_ xbmkdir "$XBMK_CACHE/$hashdir" + x_ mkdir -p "$XBMK_CACHE/$hashdir" if [ -f "$XBMK_CACHE/$hashdir/$project$hashname" ]; then read -r old_hash < "$XBMK_CACHE/$hashdir/$project$hashname" \ @@ -382,7 +382,7 @@ check_cross_compiler() xgccargs="crossgcc-$xfix UPDATED_SUBMODULES=1 CPUS=$XBMK_THREADS" x_ ./mk -f coreboot "${cbdir#src/coreboot/}" - x_ xbmkdir "elf/coreboot/$tree" # TODO: is this needed? + x_ mkdir -p "elf/coreboot/$tree" # TODO: is this needed? # tell build systems what cross-compiler to use export PATH="$xbmkpwd/$cbdir/util/crossgcc/xgcc/bin:$PATH" @@ -612,7 +612,7 @@ check_makefile() copy_elf() { [ -f "$listfile" ] && \ - x_ xbmkdir "$dest_dir" + x_ mkdir -p "$dest_dir" if [ -f "$listfile" ]; then while read -r f; do |
