Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ suspicious:
"or in build/$(BUILDER)/suspicious.csv. If all issues are false" \
"positives, append that file to tools/susp-ignored.csv."; \
false; }
@echo "⚠ make suspicious is deprecated and will be removed soon."
@echo "⚠ Use:"
@echo "⚠ make check"
@echo "⚠ instead."

coverage: BUILDER = coverage
coverage: build
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
``make -C Doc suspicious`` will be removed soon in favor of ``make -C Doc
check``, mark it as deprecated.