From 0d107ad872b1eb87dcd46e8dc66963696ad08d82 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 2 Sep 2025 06:08:57 +0100 Subject: 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 --- mk | 1 + 1 file changed, 1 insertion(+) (limited to 'mk') diff --git a/mk b/mk index 872ce264..9dc743c5 100755 --- a/mk +++ b/mk @@ -37,5 +37,6 @@ main "$@" && exit 0 . "include/tree.sh" trees "$@" || exit 0 +x_ touch "$mkhelpercfg" . "$mkhelpercfg" $cmd -- cgit v1.2.1