update coverity build script to use makefile.unix
it seems like the regular makefile is somehow broken...
This commit is contained in:
parent
3cfb2a5e2e
commit
907d5301ee
@ -16,7 +16,7 @@ myCflags=""
|
|||||||
myCflags="$myCflags -O2 ${2}"
|
myCflags="$myCflags -O2 ${2}"
|
||||||
myCflags="$myCflags -pipe -Werror -Wpointer-arith -Winit-self -Wextra -Wall -Wformat -Wformat-security"
|
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 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user