mirror of https://github.com/python/cpython
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
|
@ -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…
Reference in New Issue