mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Clarify the warning about the relative dates of Setup.dist and Setup;
Jeremy had seen the warning but not realized what he should do about it. Add the hint "Usually, copying Setup.dist to Setup will work."
This commit is contained in:
parent
751c4c864c
commit
bb29b9c952
1 changed files with 1 additions and 0 deletions
|
|
@ -376,6 +376,7 @@ Modules/Setup: $(srcdir)/Modules/Setup.dist
|
|||
echo "Modules/Setup.dist is newer than Modules/Setup;"; \
|
||||
echo "check to make sure you have all the updates you"; \
|
||||
echo "need in your Modules/Setup file."; \
|
||||
echo "Usually, copying Setup.dist to Setup will work."; \
|
||||
echo "-----------------------------------------------"; \
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue