Update 2023-10-12 08:18 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-10-12 08:18:44 +02:00
parent 3e82170561
commit b9f90ca227
4 changed files with 21 additions and 27 deletions

4
.kshrc
View File

@@ -101,7 +101,7 @@ PASSWORD_STORE_ENABLE_EXTENSIONS=true
export PASSWORD_STORE_ENABLE_EXTENSIONS
# PORTS
MAKE_JOBS=8
MAKE_JOBS=$(sysctl -n hw.ncpuonline)
FETCH_PACKAGES=No
export MAKE_JOBS FETCH_PACKAGES
@@ -475,7 +475,7 @@ mygdb() {
alias update-ksh="cd /usr/src/bin/ksh \
&& doas make clean \
&& doas make obj \
&& doas make \
&& doas make -j $MAKE_JOBS \
&& doas make install"
########################################################################