diff options
-rwxr-xr-x | .local/bin/update_bsd.sh | 4 |
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 ; |