#! /bin/bash rm -f .error$$ ERROR=0 export PATH="/usr/gcc/13/bin:/usr/clang/18/bin:/usr/postgres/16/bin:/usr/mariadb/10.6/bin:/usr/openssl/3.1/bin:/usr/gnu/bin:/usr/bin/amd64:/usr/bin:/usr/sbin/amd64:/usr/sbin" LANG=C (make V=1 $@ 2>&1 || touch .error$$)| /data/jenkins/workspace/oi-encumbered/components/encumbered/vlc/vlc-3.0.21/extras/buildsystem/make.pl test -f .error$$ && ERROR=1 rm -f .error$$ exit $ERROR