summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-10-10 03:07:19 +0000
committerTyler Davis <tyler@gluecode.net>2024-10-10 03:07:19 +0000
commitceb0ac6cddfbe299d806a1a281478b51be8ecedb (patch)
treecf70e9a13a22665731b8af553b6f805bc8e3ea78
parentd633bb2b941397a81f90e7e3f80152a8d6da0aa7 (diff)
downloaddotfiles-ceb0ac6cddfbe299d806a1a281478b51be8ecedb.tar.gz
dotfiles-ceb0ac6cddfbe299d806a1a281478b51be8ecedb.zip
bin: sysctl fix
-rwxr-xr-x.local/bin/update_bsd.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/.local/bin/update_bsd.sh b/.local/bin/update_bsd.sh
index 655e8c3..6d879a8 100755
--- a/.local/bin/update_bsd.sh
+++ b/.local/bin/update_bsd.sh
@@ -22,5 +22,7 @@ cd /usr/src ;
cvs update -dP -r netbsd-10 ;
# Not sure if this will build X as well
+#/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u distribution kernel=GENERIC ;
+
cd /usr/src ;
-/usr/src/build.sh -j 48 -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u distribution kernel=GENERIC ;
+/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -U -u distribution kernel=GENERIC ;