Update 2025-08-18 17:54 OpenBSD/amd64-t14

This commit is contained in:
c0dev0id
2025-08-18 17:54:24 +02:00
parent 9764ad6f1f
commit 6028f3a023
4 changed files with 39 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ trap abort 1 2 3 6 9 11
abort() { echo "Abort with >$0 $ARGS< on $(date)" >> /tmp/obsdmake.log; }
JOBS="${JOBS:=$(sysctl -n hw.ncpuonline)}"
JOBS=1
LOG="/tmp/obsdmake.log"