mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix spurious "Make install to..." guidance
... during make install.
This commit is contained in:
parent
1248642996
commit
816857ead2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue