DF-1285 / build.sh
#!/bin/sh # DF-DF-1285 build script. trigger_analysis.c is a documentation marker # (no runtime trigger exists on a guest without the relevant PCI HW). # It intentionally produces no binary; use 'cc -c -fsyntax-only trigger_analysis.c' # to verify the marker compiles. set -e cd "$(dirname "$0")" echo "[DF-DF-1285] syntax-checking trigger_analysis.c (no binary produced)" cc -c -fsyntax-only trigger_analysis.c echo "BUILD_EXIT=0" |