diff options
author | teor <teor@torproject.org> | 2019-11-26 09:20:57 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-12-20 09:35:18 +1000 |
commit | ac3a9aaf0dc6f376368f1ad51c79e332da52adc2 (patch) | |
tree | 1ea1dcb3cc143ef088e240d3b8c50c52d06e01fe /Makefile.am | |
parent | a6ba56761b6dc22011eee015f371d37d7b399a64 (diff) | |
download | tor-ac3a9aaf0dc6f376368f1ad51c79e332da52adc2.tar.gz tor-ac3a9aaf0dc6f376368f1ad51c79e332da52adc2.zip |
Makefile/git scripts: Add comments to keep owned file lists in sync
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2dd3a7aa3f..811694f0b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -389,6 +389,10 @@ coverage-html-full: all genhtml --branch-coverage -o "$(HTML_COVER_DIR)" "$(HTML_COVER_DIR)/lcov.info" # For scripts: avoid src/ext and src/trunnel. +# 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 OWNED_TOR_C_FILES=\ $(top_srcdir)/src/lib/*/*.[ch] \ $(top_srcdir)/src/core/*/*.[ch] \ |