]> granicus.if.org Git - python/commitdiff
Don't echo the echo commands added to "make install". Fix a typo.
authorGuido van Rossum <guido@python.org>
Thu, 8 May 2008 17:53:56 +0000 (17:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 May 2008 17:53:56 +0000 (17:53 +0000)
Makefile.pre.in

index 4d19f82859c21295f2de0c0cc7d226eb0b8fc3c6..203ee5f404da53bc6d45cfc8b7afe74f8e66798b 100644 (file)
@@ -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 \