1 2 3 4 5 6 7
#!/bin/sh # DF-0688 build: standalone C, no special flags. set -e cd "$(dirname "$0")" cc -O2 -pipe -Wall -o sco_setsockopt_panic sco_setsockopt_panic.c echo "BUILD_EXIT=$?" ls -l sco_setsockopt_panic