Lines Matching refs:make

47         make
51 sudo make install
106 To make a report for every semantic patch, run the following command::
108 make coccicheck MODE=report
112 make coccicheck MODE=patch
128 make coccicheck MODE=report V=1
136 make coccicheck MODE=report J=4
148 value is propagated back, and the return value of the ``make coccicheck``
154 The optional make variable COCCI can be used to check a single
160 make coccicheck COCCI=<my_SP.cocci> MODE=patch
164 make coccicheck COCCI=<my_SP.cocci> MODE=report
175 make coccicheck M=drivers/net/wireless/
183 passed to the C variable to check files that make considers
186 make C=1 CHECK=scripts/coccicheck drivers/bluetooth/bfusb.o
191 make C=2 CHECK=scripts/coccicheck drivers/bluetooth/bfusb.o
218 make coccicheck COCCI=scripts/coccinelle/free/kfree.cocci MODE=report DEBUG_FILE=cocci.err
227make coccicheck DEBUG_FILE="err.log" MODE=report SPFLAGS="--profile --show-trying" M=./drivers/mfd
253 Since coccicheck runs through make, it naturally runs from the kernel
255 .cocciconfig when using ``make coccicheck``.
257 ``make coccicheck`` also supports using M= targets. If you do not supply
303 make SPFLAGS=--use-glimpse coccicheck
315 make SPFLAGS=--use-idutils coccicheck
320 make SPFLAGS="--use-idutils /full-path/to/ID" coccicheck
369 make coccicheck MODE=report COCCI=scripts/coccinelle/api/err_cast.cocci
409 make coccicheck MODE=patch COCCI=scripts/coccinelle/api/err_cast.cocci
455 make coccicheck MODE=context COCCI=scripts/coccinelle/api/err_cast.cocci
492 make coccicheck MODE=org COCCI=scripts/coccinelle/api/err_cast.cocci