Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not register system tree if installing to ~/.luarocks | Hisham Muhammad | 2019-03-14 | 1 | -1/+1 |
| | | | | See https://github.com/luarocks/luarocks/issues/952#issuecomment-449966779 | ||||
* | GNUmakefile: remove sysconfdir as it's set in config.unix. | Hisham Muhammad | 2018-08-12 | 1 | -1/+0 |
| | | | | Fixes #889. | ||||
* | GNUmakefile: add back install-config target | Hisham Muhammad | 2018-08-11 | 1 | -0/+2 |
| | | | | | As a convenience to distro maintainers who may want to distribute multiple versions of the LuaRocks configuration. | ||||
* | configure, make: reduce moving parts | Hisham Muhammad | 2018-08-11 | 1 | -22/+12 |
| | | | | | | * Do not set again variables that were set in config.unix * Do not re-detect the Lua version after configure already did it * Remove --luarocksconfdir, use --sysconfdir only | ||||
* | Honor --force-config | Hisham Muhammad | 2018-08-11 | 1 | -4/+8 |
| | |||||
* | GNUmakefile: avoid using -D because it doesn't work on the Mac | Hisham Muhammad | 2018-08-10 | 1 | -6/+11 |
| | |||||
* | Build Windows binaries as .exe in a separate directory | Hisham Muhammad | 2018-08-10 | 1 | -26/+30 |
| | |||||
* | GNUmakefile: simplify build-binary targets | daurnimator | 2018-08-10 | 1 | -6/+4 |
| | |||||
* | GNUmakefile: Clean up the install-binary target | daurnimator | 2018-08-10 | 1 | -9/+6 |
| | |||||
* | GNUmakefile: create config file in ./build subdirectory | daurnimator | 2018-08-10 | 1 | -4/+5 |
| | |||||
* | Remove BINARY_ prefix from CC and NM | daurnimator | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | GNUmakefile: Have build-binary targets use clean lua environment | daurnimator | 2018-08-10 | 1 | -2/+6 |
| | |||||
* | GNUmakefile: Use LUA variable to find lua to run | daurnimator | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | GNUmakefile: recursive make basics | daurnimator | 2018-08-10 | 1 | -3/+3 |
| | |||||
* | Our Makefile contains GNUMake-specific syntax, rename it accordingly | daurnimator | 2018-08-10 | 1 | -0/+170 |