mirror of
https://github.com/python/cpython.git
synced 2026-06-02 09:38:14 -04:00
Minor adjustment to Setup.in message, based on comment from Barry Warsaw.
This commit is contained in:
@@ -162,13 +162,13 @@ hassignal:
|
||||
|
||||
Setup: $(srcdir)/Setup.in
|
||||
@if [ -f Setup ] ; then \
|
||||
echo; \
|
||||
echo "-------------------------------------------"; \
|
||||
echo "$(srcdir)/Setup.in is newer than Setup;"; \
|
||||
echo "check to make sure you have all the updates"; \
|
||||
echo "you need in your Setup file."; \
|
||||
echo "-------------------------------------------"; \
|
||||
echo; \
|
||||
echo; \
|
||||
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; \
|
||||
else (set -x; cp $(srcdir)/Setup.in Setup); fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user