Skip to content

Commit

Permalink
Style display symlinks use -> instead of from to
Browse files Browse the repository at this point in the history
Signed-off-by: Vitah Lin <[email protected]>
  • Loading branch information
vitahlin committed Apr 4, 2024
1 parent 415ee24 commit 8ebb3c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ ifndef V

define CREATE_SYMLINK
@ln -sf $(1) $(2)/$(3)
@printf ' %b %b %b %b %b %b %b\n' $(LINKCOLOR)CREATE SYMLINK$(ENDCOLOR) from $(BINCOLOR)$(3)$(ENDCOLOR) to $(BINCOLOR)$(1)$(ENDCOLOR) 1>&2
@printf ' %b %b %b %b %b %b %b\n' $(LINKCOLOR)INSTALL SYMLINK$(ENDCOLOR) $(BINCOLOR)$(3)$(ENDCOLOR) -\> $(BINCOLOR)$(1)$(ENDCOLOR) 1>&2
endef
else
define MAKE_INSTALL
Expand Down

0 comments on commit 8ebb3c8

Please sign in to comment.