aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index ae194428..0c49ec23 100644
--- a/Makefile
+++ b/Makefile
@@ -142,14 +142,8 @@ install: $(INSTALL_DEP)
142 $(RM) $(FILE_PC).tmp 142 $(RM) $(FILE_PC).tmp
143 cd src && $(INSTALL_F) $(FILES_INC) $(INSTALL_INC) 143 cd src && $(INSTALL_F) $(FILES_INC) $(INSTALL_INC)
144 cd src/jit && $(INSTALL_F) $(FILES_JITLIB) $(INSTALL_JITLIB) 144 cd src/jit && $(INSTALL_F) $(FILES_JITLIB) $(INSTALL_JITLIB)
145 $(SYMLINK) $(INSTALL_TNAME) $(INSTALL_TSYM)
145 @echo "==== Successfully installed LuaJIT $(VERSION) to $(PREFIX) ====" 146 @echo "==== Successfully installed LuaJIT $(VERSION) to $(PREFIX) ===="
146 @echo ""
147 @echo "Note: the development releases deliberately do NOT install a symlink for luajit"
148 @echo "You can do this now by running this command (with sudo):"
149 @echo ""
150 @echo " $(SYMLINK) $(INSTALL_TNAME) $(INSTALL_TSYM)"
151 @echo ""
152
153 147
154uninstall: 148uninstall:
155 @echo "==== Uninstalling LuaJIT $(VERSION) from $(PREFIX) ====" 149 @echo "==== Uninstalling LuaJIT $(VERSION) from $(PREFIX) ===="