3 echo "Running bootstrap build"
4 TMAKE_BUILD
=$
(.
/bootstrap.sh |
grep gcc |
grep 'tmake\.c')
7 echo "Using build command: $TMAKE_BUILD"
10 echo "Building tmake only with Coverity"
11 cov-build
--dir cov-int
$TMAKE_BUILD
13 #echo "Coverity build log:"
14 #tail cov-int/build-log.txt
17 echo "Creating archive for submission to Coverity Scan"
19 tar czf tmake.tgz cov-int
21 echo "Submit tmake.tgz to Coverity Scan for analysis"
22 echo "http://scan.coverity.com/"