diff options
author | Leah Rowe <leah@libreboot.org> | 2025-09-02 06:08:57 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-09-02 06:29:20 +0100 |
commit | 0d107ad872b1eb87dcd46e8dc66963696ad08d82 (patch) | |
tree | 3fada55824cb2b36781a9cb8f76ac9d86c634d31 /mk | |
parent | 64b69907ababbafc13a0fdaabc3aaf439e02ec86 (diff) |
xbmk: remove xbloc, re-use xbtmp instead
we no longer separate them. xbloc was the on-disk
tmp directory, whereas xbtmp used to be in /tmp
which we assumed to be tmpfs (it may not be, but
often is on many workstation setups - and our
documentation recommended doing this).
as mentioned in the previous commit, benchmarking
shows little speed difference using tmpfs /tmp
versus on-disk /tmp, for our purposes at least.
therefore, the handling of tmp files is being
greatly simplified.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-x | mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,5 +37,6 @@ main "$@" && exit 0 . "include/tree.sh" trees "$@" || exit 0 +x_ touch "$mkhelpercfg" . "$mkhelpercfg" $cmd |