DragonFlyBSD Kernel Audit
DF-1214 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
8
#!/bin/sh
# DF-1214 — no runtime PoC (vmxnet3 HW not present).
# Fix-build validation: part of the combined single-fix kernel.
set -e
echo "Building single-fix kernel (validates DF-1212 + DF-1214 + DF-1223 compile in GENERIC)..."
cd /usr/src
make -j6 nativekernel KERNCONF=X86_64_GENERIC 2>&1 | tail -5
echo "rc=$?"