update coverity build script to use makefile.unix

it seems like the regular makefile is somehow broken...
This commit is contained in:
Steffen Jaeckel 2017-06-23 16:46:31 +02:00
parent 3cfb2a5e2e
commit 907d5301ee

View File

@ -16,7 +16,7 @@ myCflags=""
myCflags="$myCflags -O2 ${2}"
myCflags="$myCflags -pipe -Werror -Wpointer-arith -Winit-self -Wextra -Wall -Wformat -Wformat-security"
CFLAGS="$myCflags" cov-build --dir cov-int make -f makefile -j3 IGNORE_SPEED=1 1>gcc_1.txt
CFLAGS="$myCflags" cov-build --dir cov-int make -f makefile.unix $MAKE_OPTS IGNORE_SPEED=1 1>gcc_1.txt
if [ $? -ne 0 ]
then