diff options
Diffstat (limited to '.local/bin/update_bsd.sh')
-rwxr-xr-x | .local/bin/update_bsd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/update_bsd.sh b/.local/bin/update_bsd.sh index d47f849..ca6d392 100755 --- a/.local/bin/update_bsd.sh +++ b/.local/bin/update_bsd.sh @@ -22,7 +22,7 @@ cd /usr/src ; cvs update -dP -r netbsd-10-1-RELEASE ; # Build with Xsrc -/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u -P distribution kernel=GENERIC ; +/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u -P distribution release kernel=GENERIC ; # Build without X -#/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -U -u -P distribution kernel=GENERIC ; +#/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -U -u -P distribution release kernel=GENERIC ; |