Skip to content

Commit

Permalink
bpo-42238: [doc] Announce the future removal of make suspicous. (GH-2…
Browse files Browse the repository at this point in the history
…9652)

* bpo-42238: [doc] Announce the future removal of make suspicous.

* Add a news entry.
  • Loading branch information
JulienPalard authored Nov 22, 2021
1 parent 2dc7d3d commit 0242094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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.

0 comments on commit 0242094

Please sign in to comment.