Fix spurious "Make install to..." guidance

... during make install.
This commit is contained in:
Aaron Gyes 2016-08-09 06:15:51 -07:00
parent 1248642996
commit 816857ead2

View file

@ -236,8 +236,8 @@ show-%:
# #
all: show-CXX show-CXXFLAGS $(PROGRAMS) $(user_doc) $(share_man) $(TRANSLATIONS) fish.pc share/__fish_build_paths.fish all: show-CXX show-CXXFLAGS $(PROGRAMS) $(user_doc) $(share_man) $(TRANSLATIONS) fish.pc share/__fish_build_paths.fish
@echo $(MAKECMDGOALS) | grep -q install || \ @echo $(MAKECMDGOALS) | grep -q install || \
echo "\n$(T_GREEN)fish has now been built.$(T_RESET)"; \ echo "\n $(T_GREEN)fish has now been built.$(T_RESET)\n" \
echo "$(T_BOLD)Run $(T_RESET)$(T_YELLOWB)$(notdir $(MAKE)) install$(T_RESET)$(T_BOLD) to install fish.$(T_RESET)"; true "$(T_BOLD)Run $(T_RESET)$(T_YELLOWB)$(notdir $(MAKE)) install$(T_RESET)$(T_BOLD) to install fish.$(T_RESET)"; true
.PHONY: all .PHONY: all
# #