mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
sdksyms.sh: Exit on error rather than building an empty symbol table
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
@@ -324,6 +324,7 @@ topdir=$1
|
||||
shift
|
||||
LC_ALL=C
|
||||
export LC_ALL
|
||||
${CPP:-cpp} "$@" -DXorgLoader sdksyms.c > /dev/null || exit $?
|
||||
${CPP:-cpp} "$@" -DXorgLoader sdksyms.c | ${AWK:-awk} -v topdir=$topdir '
|
||||
BEGIN {
|
||||
sdk = 0;
|
||||
|
||||
Reference in New Issue
Block a user