Skip to content

Commit 0242094

Browse files
authored
bpo-42238: [doc] Announce the future removal of make suspicous. (GH-29652)
* bpo-42238: [doc] Announce the future removal of make suspicous. * Add a news entry.
1 parent 2dc7d3d commit 0242094

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Doc/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ suspicious:
117117
"or in build/$(BUILDER)/suspicious.csv. If all issues are false" \
118118
"positives, append that file to tools/susp-ignored.csv."; \
119119
false; }
120+
@echo "⚠ make suspicious is deprecated and will be removed soon."
121+
@echo "⚠ Use:"
122+
@echo "⚠ make check"
123+
@echo "⚠ instead."
120124

121125
coverage: BUILDER = coverage
122126
coverage: build
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
``make -C Doc suspicious`` will be removed soon in favor of ``make -C Doc
2+
check``, mark it as deprecated.

0 commit comments

Comments
 (0)