diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-10-08 00:34:00 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-10-08 00:34:00 +0000 |
commit | dc2103feb09de8912b4b2b7d084a98246eda9e34 (patch) | |
tree | 49913a2d819891ea5bca0559995fbfbeea0fa820 | |
parent | 22dcebf9c422e1450027cd23ffd262c9dabf57af (diff) | |
download | dotfiles-dc2103feb09de8912b4b2b7d084a98246eda9e34.tar.gz dotfiles-dc2103feb09de8912b4b2b7d084a98246eda9e34.zip |
sh: build X with the rest of userland
-rwxr-xr-x | .local/bin/update_bsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/update_bsd.sh b/.local/bin/update_bsd.sh index b10bec9..655e8c3 100755 --- a/.local/bin/update_bsd.sh +++ b/.local/bin/update_bsd.sh @@ -23,4 +23,4 @@ cvs update -dP -r netbsd-10 ; # Not sure if this will build X as well cd /usr/src ; -/usr/src/build.sh -j 48 -c clang -O /usr/obj/ -T /usr/tools/ -U -u distribution kernel=GENERIC ; +/usr/src/build.sh -j 48 -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u distribution kernel=GENERIC ; |