DragonFlyBSD Kernel Audit
DF-1812 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
# Source-only verification: no runtime build needed.
# Fix validated via combined kernel build (see fix_build.log).
# To validate individually:
#   cd /usr/src && patch -p1 < fix.diff && make -j6 nativekernel KERNCONF=X86_64_GENERIC
echo "Source-only confirmation. See VERDICT.md for details."
echo "Fix validated in combined batch build (fix_build.log)."