aboutsummaryrefslogtreecommitdiff
path: root/scripts/coccinelle/apply.sh
blob: f531d7fa32f6997c1a4c482aacb1491a3bae3d5b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# apply.sh:
# run spatch with appropriate includes and builtins for the Tor source code

top="$(dirname "$0")/../.."

spatch -macro_file_builtins "$top"/scripts/coccinelle/tor-coccinelle.h \
       -I "$top" -I "$top"/src -I "$top"/ext --defined COCCI "$@"