DragonFlyBSD Kernel Audit
DF-1231 / 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 -pthread -o aac_getnext_aif_race aac_getnext_aif_race.c"
cc -O -Wall -pthread -o aac_getnext_aif_race aac_getnext_aif_race.c
echo "BUILD_EXIT=$?"
ls -l aac_getnext_aif_race