Makefile/git scripts: Add comments to keep owned file lists in sync

This commit is contained in:
teor
2019-11-26 09:20:57 +10:00
parent a6ba56761b
commit ac3a9aaf0d
4 changed files with 17 additions and 1 deletions
+4
View File
@@ -19,6 +19,10 @@ if [ $# -eq 0 ]; then
# Use the appropriate owned tor source list to filter the changed files
if [ -d src/lib ]; then
# This is the layout in 0.3.5
# Keep these lists consistent:
# - OWNED_TOR_C_FILES in Makefile.am
# - CHECK_FILES in pre-commit.git-hook and pre-push.git-hook
# - try_parse in check_cocci_parse.sh
CHECK_FILES="$($CHECK_FILTER \
src/lib/*/*.[ch] \
src/core/*/*.[ch] \