DragonFlyBSD Kernel Audit
DF-1237 / build.sh
← back to finding ↓ download raw
1
2
3
4
5
6
7
#!/bin/sh
set -e
cd "$(dirname "$0")"
echo "+ cc -O -Wall -o trm_sg_overflow trm_sg_overflow.c"
cc -O -Wall -o trm_sg_overflow trm_sg_overflow.c
echo "BUILD_EXIT=$?"
ls -l trm_sg_overflow