DragonFlyBSD Kernel Audit
DF-0879 / build_kernel.sh
← back to finding ↓ download raw
1
2
3
4
5
6
#!/bin/sh
# Build a single-fix kernel for DF-0879 fix validation
cd /usr/src
make -j6 nativekernel KERNCONF=X86_64_GENERIC 2>&1
echo "=== NK_DONE rc=$? ==="
date