Don't echo the echo commands added to "make install". Fix a typo.

This commit is contained in:
Guido van Rossum 2008-05-08 17:53:56 +00:00
parent e4ca8156ef
commit 6d4df9b343
1 changed files with 4 additions and 4 deletions

View File

@ -713,10 +713,10 @@ fullinstall: @FRAMEWORKINSTALLFIRST@ altinstall bininstall maninstall @FRAMEWORK
# "make install" is an alias for "make altinstall" since we never want to # "make install" is an alias for "make altinstall" since we never want to
# overwrite Python 2.x. # overwrite Python 2.x.
install: altinstall install: altinstall
echo "* Note: not installed as 'python'." @echo "* Note: not installed as 'python'."
echo "* Use 'make fullinstall' to install as 'python'." @echo "* Use 'make fullinstall' to install as 'python'."
echo "* However, 'make fulinstall' is discouraged," @echo "* However, 'make fullinstall' is discouraged,"
echo "* as it will clobber your Python 2.x installation." @echo "* as it will clobber your Python 2.x installation."
# Install almost everything without disturbing previous versions # Install almost everything without disturbing previous versions
altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \ altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \