Skip to content

Commit

Permalink
update coverity build script to use makefile.unix
Browse files Browse the repository at this point in the history
it seems like the regular makefile is somehow broken...
  • Loading branch information
sjaeckel committed Jun 23, 2017
1 parent 3cfb2a5 commit 907d530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 907d530

Please sign in to comment.