Skip to content

Commit 907d530

Browse files
committed
update coverity build script to use makefile.unix
it seems like the regular makefile is somehow broken...
1 parent 3cfb2a5 commit 907d530

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

coverity.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ myCflags=""
1616
myCflags="$myCflags -O2 ${2}"
1717
myCflags="$myCflags -pipe -Werror -Wpointer-arith -Winit-self -Wextra -Wall -Wformat -Wformat-security"
1818

19-
CFLAGS="$myCflags" cov-build --dir cov-int make -f makefile -j3 IGNORE_SPEED=1 1>gcc_1.txt
19+
CFLAGS="$myCflags" cov-build --dir cov-int make -f makefile.unix $MAKE_OPTS IGNORE_SPEED=1 1>gcc_1.txt
2020

2121
if [ $? -ne 0 ]
2222
then

0 commit comments

Comments
 (0)