]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Switch to rolling releases: mark v2.1 as production.
authorMike Pall <mike>
Tue, 22 Aug 2023 09:13:45 +0000 (11:13 +0200)
committerMike Pall <mike>
Tue, 22 Aug 2023 09:13:45 +0000 (11:13 +0200)
Makefile

index ae1944287ceb2f062b1b38f061b32be9d0c75267..0c49ec2398def71683ccf7a71e3752d0d54df196 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -142,14 +142,8 @@ install: $(INSTALL_DEP)
          $(RM) $(FILE_PC).tmp
        cd src && $(INSTALL_F) $(FILES_INC) $(INSTALL_INC)
        cd src/jit && $(INSTALL_F) $(FILES_JITLIB) $(INSTALL_JITLIB)
+       $(SYMLINK) $(INSTALL_TNAME) $(INSTALL_TSYM)
        @echo "==== Successfully installed LuaJIT $(VERSION) to $(PREFIX) ===="
-       @echo ""
-       @echo "Note: the development releases deliberately do NOT install a symlink for luajit"
-       @echo "You can do this now by running this command (with sudo):"
-       @echo ""
-       @echo "  $(SYMLINK) $(INSTALL_TNAME) $(INSTALL_TSYM)"
-       @echo ""
-
 
 uninstall:
        @echo "==== Uninstalling LuaJIT $(VERSION) from $(PREFIX) ===="