mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
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.
This commit is contained in:
parent
2dc7d3dda6
commit
024209401e
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
``make -C Doc suspicious`` will be removed soon in favor of ``make -C Doc
|
||||
check``, mark it as deprecated.
|
Loading…
Add table
Add a link
Reference in a new issue