Loading Documentation/coccinelle.txt +10 −1 Original line number Diff line number Diff line Loading @@ -134,6 +134,15 @@ MODE variable explained above. In this mode, there is no information about semantic patches displayed, and no commit message proposed. Additional flags ~~~~~~~~~~~~~~~~~~ Additional flags can be passed to spatch through the SPFLAGS variable. make SPFLAGS=--use_glimpse coccicheck See spatch --help to learn more about spatch options. Proposing new semantic patches ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading scripts/coccicheck +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ else VERBOSE=0 fi FLAGS="-very_quiet" FLAGS="$SPFLAGS -very_quiet" # spatch only allows include directories with the syntax "-I include" # while gcc also allows "-Iinclude" and "-include include" Loading Loading
Documentation/coccinelle.txt +10 −1 Original line number Diff line number Diff line Loading @@ -134,6 +134,15 @@ MODE variable explained above. In this mode, there is no information about semantic patches displayed, and no commit message proposed. Additional flags ~~~~~~~~~~~~~~~~~~ Additional flags can be passed to spatch through the SPFLAGS variable. make SPFLAGS=--use_glimpse coccicheck See spatch --help to learn more about spatch options. Proposing new semantic patches ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Loading
scripts/coccicheck +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ else VERBOSE=0 fi FLAGS="-very_quiet" FLAGS="$SPFLAGS -very_quiet" # spatch only allows include directories with the syntax "-I include" # while gcc also allows "-Iinclude" and "-include include" Loading