summaryrefslogtreecommitdiff
path: root/update_system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_system.sh')
-rwxr-xr-xupdate_system.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_system.sh b/update_system.sh
index 0afaa6bf52c..daadecb0cd0 100755
--- a/update_system.sh
+++ b/update_system.sh
@@ -3,6 +3,6 @@ set -xeu
NETBSD_IP=10.0.20.246
-./build.sh -U -O ./obj -j$(nproc) -m i386 -a i386 -u build kernel=LOCKDOC
+./build.sh -U -O ./obj -j$(nproc) -m i386 -a i386 -u kernel=LOCKDOC
scp etc/rc root@$NETBSD_IP:/etc/rc
scp obj/sys/arch/i386/compile/LOCKDOC/netbsd root@$NETBSD_IP:/netbsd