mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Emit 'now set path' message at end of 'make full'.
This commit is contained in:
parent
a359e16ae9
commit
88dd4e4d13
2 changed files with 6 additions and 0 deletions
|
|
@ -173,6 +173,10 @@ install:
|
|||
@-cp $(BUILDDIR)/showdef$(BINEXT) "$(INSTALLDIR)/bin"
|
||||
@cp $(BUILDDIR)/lib$(ONAME).* "$(INSTALLDIR)/lib/"
|
||||
@if which ldconfig >/dev/null 2>&1; then $(LDCONFIG); fi
|
||||
|
||||
|
||||
# showpath: Describe how to set the PATH variable
|
||||
showpath:
|
||||
@printf "\nNow add $(INSTALLDIR)/bin to your path, for example with the command:\n"
|
||||
@printf "export PATH=\"$(INSTALLDIR)/bin:\$$PATH\"\n"
|
||||
@printf "\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue