From: Mike Pall Date: Tue, 22 Aug 2023 09:13:45 +0000 (+0200) Subject: Switch to rolling releases: mark v2.1 as production. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=748ab9d90a4a8c2d60ce099bffcea1fa524f9db2;p=thirdparty%2FLuaJIT.git Switch to rolling releases: mark v2.1 as production. --- diff --git a/Makefile b/Makefile index ae194428..0c49ec23 100644 --- 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) ===="