Coccinelle: Add support to the SPFLAGS variable

The SPFLAGS variable allows to pass additional options
to spatch, e.g. -use_glimpse.

Signed-off-by: Nicolas Palix <nicolas.palix@imag.fr>
Signed-off-by: Michal Marek <mmarek@suse.cz>
此提交包含在:
Nicolas Palix
2013-03-02 22:36:27 +01:00
提交者 Michal Marek
父節點 9e39555077
當前提交 ed621cc4a5
共有 2 個檔案被更改,包括 11 行新增2 行删除

查看文件

@@ -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"