File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -713,10 +713,10 @@ fullinstall: @FRAMEWORKINSTALLFIRST@ altinstall bininstall maninstall @FRAMEWORK
713713# "make install" is an alias for "make altinstall" since we never want to
714714# overwrite Python 2.x.
715715install: altinstall
716- echo "* Note: not installed as 'python'."
717- echo "* Use 'make fullinstall' to install as 'python'."
718- echo "* However, 'make fulinstall ' is discouraged,"
719- echo "* as it will clobber your Python 2.x installation."
716+ @ echo "* Note: not installed as 'python'."
717+ @ echo "* Use 'make fullinstall' to install as 'python'."
718+ @ echo "* However, 'make fullinstall ' is discouraged,"
719+ @ echo "* as it will clobber your Python 2.x installation."
720720
721721# Install almost everything without disturbing previous versions
722722altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \
You can’t perform that action at this time.
0 commit comments