mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +00:00
Minor adjustment to Setup.in message, based on comment from Barry Warsaw.
This commit is contained in:
parent
0dc78c3b8d
commit
6cfdffb2e5
1 changed files with 7 additions and 7 deletions
|
|
@ -163,11 +163,11 @@ hassignal:
|
|||
Setup: $(srcdir)/Setup.in
|
||||
@if [ -f Setup ] ; then \
|
||||
echo; \
|
||||
echo "-------------------------------------------"; \
|
||||
echo "$(srcdir)/Setup.in is newer than Setup;"; \
|
||||
echo "----------------------------------------------"; \
|
||||
echo "Modules/Setup.in is newer than Moodules/Setup;"; \
|
||||
echo "check to make sure you have all the updates"; \
|
||||
echo "you need in your Setup file."; \
|
||||
echo "-------------------------------------------"; \
|
||||
echo "----------------------------------------------"; \
|
||||
echo; \
|
||||
else (set -x; cp $(srcdir)/Setup.in Setup); fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue