mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
If xgettext fails, make Sanitize fail
This commit is contained in:
@ -117,7 +117,8 @@ if [ -n "${safe}" -a ! -f po/.Recover/gprof.pot ]; then
|
||||
fi
|
||||
mv po/gprof.pot po/.Recover
|
||||
fi
|
||||
xgettext `cat po/POTFILES.in` -o po/gprof.pot
|
||||
# If this fails, Sanitization must fail.
|
||||
xgettext `cat po/POTFILES.in` -o po/gprof.pot || exit 1
|
||||
|
||||
|
||||
# eof
|
||||
|
Reference in New Issue
Block a user