Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d4df9b

Browse files
committed
Don't echo the echo commands added to "make install". Fix a typo.
1 parent e4ca815 commit 6d4df9b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile.pre.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
715715
install: 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
722722
altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \

0 commit comments

Comments
 (0)