DragonFlyBSD Kernel Audit
DF-2972 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
#!/bin/sh
# DF-2972 build: compile the race demo in the guest (unpriv user maxx)
set -e
cd /tmp
cc -O2 -pthread -Wall -o race_demo race_demo.c && echo BUILD_OK