aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Makefile: divert bsdmake systems through gmakedaurnimator2018-08-101-0/+7
* Our Makefile contains GNUMake-specific syntax, rename it accordinglydaurnimator2018-08-101-170/+0
* Makefile: add uninstall targetdaurnimator2018-08-101-1/+9
* Move config-.lua.in generation to Makefiledaurnimator2018-08-101-0/+13
* Makefile: Add defaults for variablesdaurnimator2018-08-101-5/+15
* Makefile: Move shebang into variabledaurnimator2018-08-101-2/+4
* rocks_tree lowercase to follow conventiondaurnimator2018-08-101-1/+1
* Makefile: remove BINARY_TARGET variable, it wasn't changeabledaurnimator2018-08-101-7/+5
* Makefile: Use some makefile conventions for directory variablesdaurnimator2018-08-101-14/+21
* Makefile: Use 'install' for installing lua source filesdaurnimator2018-08-101-3/+5
* Makefile: Use INSTALL_DATA to install config filedaurnimator2018-08-101-2/+2
* Makefile: Clean with a single 'rm' invocationdaurnimator2018-08-101-7/+7
* Makefile: Create ./build/luarocks{,-admin} in build phasedaurnimator2018-08-101-9/+9
* Makefile: Have 'all' rule invoke 'build'; not vice-versadaurnimator2018-08-101-2/+2
* Makefile: Generate luarocks 'binary' locally before installing with 'install'daurnimator2018-08-101-4/+12
* Makefile: Use printf and single file redirection instead of multiple echosdaurnimator2018-08-101-8/+10
* Makefile: use $(@D)daurnimator2018-08-101-2/+2
* prefix and sysconfdir are traditionally lowercase, add luarocksconfdirdaurnimator2018-08-101-27/+27
* Makefile: Add DESTDIR supportdaurnimator2018-08-101-20/+20
* Makefile: remove ./ from build targetsHisham Muhammad2018-07-181-6/+6
* Use $(CURDIR) instead of $(PWD) in MakefilesPeter Melnichenko2018-07-101-4/+4
* Makefile: minor improvement to wrapper scriptHisham Muhammad2018-07-021-2/+2
* Experimental Windows cross-compiled binary buildHisham Muhammad2018-07-021-6/+18
* Unix: new build systemHisham Muhammad2018-07-011-144/+102
* Makefile: make `build` a dependency of `install`Hisham Muhammad2018-06-271-1/+1
* Make Makefiles install site_config.lua in new location.Hisham Muhammad2017-10-041-2/+2
* Use versioned files only. (#734)Hisham Muhammad2017-10-041-28/+24
* Install site_config.lua after Makefile calls luarocks.Hisham2016-10-061-3/+6
* Ensure entries are readable.Hisham2016-05-251-2/+2
* Fixes #332.Hisham Muhammad2015-03-191-2/+3
* This is for Makefile.luarocks only.Hisham Muhammad2015-03-171-5/+1
* New set of Makefiles for self-upgrade.Hisham Muhammad2015-03-171-38/+3
* Make sure suffix is produced when installing via rock (see #323)Hisham Muhammad2015-03-171-4/+11
* Transition to MoonRocks. Add `luarocks upload` command for uploading into Moo...Hisham Muhammad2014-05-261-1/+2
* Merge branch 'master' of https://github.com/keplerproject/luarocks into lua52...mpeterv2014-03-211-1/+1
|\
* | Removed module calls from installation scriptsmpeterv2014-03-201-17/+18
* | Split luarocks.path modulempeterv2014-03-201-1/+1
|/
* Prepare to release version 2.1.2v2.1.2Hisham Muhammad2014-01-101-1/+1
* Make default rocks_trees named as well.Hisham Muhammad2013-12-181-2/+2
* Remove incompatibility in the sed command, as reported in the Lua mailing list.Hisham Muhammad2013-11-121-1/+1
* Merge changes proposed by @siffiejoe in #172.Hisham Muhammad2013-11-121-16/+15
* Symlinks shouldn't refer to DESTDIR.Hisham Muhammad2013-11-041-1/+1
* Add escaping of ]] preventing code injection as contributed by @siffiejoe. Se...Hisham Muhammad2013-10-281-1/+3
* wrapper scripts don't mess with env-vars of subprocessesPhilipp Janda2013-10-131-6/+1
* Merge remote-tracking branch 'upstream/master' into linux-multiarchPhilipp Janda2013-10-131-2/+3
|\
| * Add reference to write_rockspec.lua in MakefileHisham Muhammad2013-10-121-2/+3
* | changed multiarch detection and site_config variablesPhilipp Janda2013-09-271-1/+2
* | support for tables in (runtime_)external_deps_subdirs.*Philipp Janda2013-09-261-2/+2
* | detect native multiarch directory on linuxPhilipp Janda2013-09-251-0/+4
|/
* Should fix installation of parallel LuaRocks versions when using 'make bootst...Hisham Muhammad2013-08-281-1/+6