DragonFlyBSD Kernel Audit
DF-2067 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# Phase 8 combined-fix kernel build (validates this fix compiles, -Werror).
# Run as root in the guest at /usr/src:
set -e
cd /usr/src
make -j6 nativekernel KERNCONF=X86_64_GENERIC
echo '=== build rc=0 (fix compiles cleanly under -Werror) ==='