File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,13 @@ inst_prefix=$(
1818)
1919
2020force= with_dash= test_long= M= install= nodoc= notest= bootstrap= branches= jobs=
21- scratch= noprove= memtrash=--memtrash
21+ scratch= noprove= memtrash=--memtrash with_cocci=
2222while case " $1 " in
2323 --pedantic | --locale=* | --loose) M=" $M $1 " ;;
2424 --force) force=$1 ;;
2525 --dash) with_dash=y ;;
26+ --cocci) with_cocci=y ;;
27+ --no-cocci) with_cocci= ;;
2628 --long) test_long=--long ;;
2729 --noinstall) install=noinstall ;;
2830 --nodoc) nodoc=y ;;
200202
201203 save=$( git rev-parse HEAD) &&
202204
205+ if test -n " $with_cocci "
206+ then
207+ Meta/Make $M $jobs -- coccicheck
208+ fi &&
209+
203210 Meta/Make $M $jobs -- SPARSE_FLAGS=-Wsparse-error sparse &&
204211
205212 Meta/Make $M $noprove ${test+" $test " } $jobs $test_long $memtrash \
You can’t perform that action at this time.
0 commit comments