summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2008-05-08 17:53:56 +0000
committerGuido van Rossum <guido@python.org>2008-05-08 17:53:56 +0000
commitb5417d62f1fa42cad966a0f2140109a676403519 (patch)
tree84ef7dca2e432a2a06ee6f5373d622f324e54789 /Makefile.pre.in
parentf7babda9857e4b30816a3088ac8705808e1f436e (diff)
downloadcpython-b5417d62f1fa42cad966a0f2140109a676403519.tar.gz
Don't echo the echo commands added to "make install". Fix a typo.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 4d19f82859..203ee5f404 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -713,10 +713,10 @@ fullinstall: @FRAMEWORKINSTALLFIRST@ altinstall bininstall maninstall @FRAMEWORK
# "make install" is an alias for "make altinstall" since we never want to
# overwrite Python 2.x.
install: altinstall
- echo "* Note: not installed as 'python'."
- echo "* Use 'make fullinstall' to install as 'python'."
- echo "* However, 'make fulinstall' is discouraged,"
- echo "* as it will clobber your Python 2.x installation."
+ @echo "* Note: not installed as 'python'."
+ @echo "* Use 'make fullinstall' to install as 'python'."
+ @echo "* However, 'make fullinstall' is discouraged,"
+ @echo "* as it will clobber your Python 2.x installation."
# Install almost everything without disturbing previous versions
altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \