summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: use python3Riccardo Magliocchetti2021-01-061-1/+1
| | | | As it's a saner default in 2021.
* Add 'all', 'clean', 'check' to phony targetsjacobtolar2019-10-201-1/+1
| | | | | | | | | | | The only one currently useful is 'check': since there's a directory named 'check', `make check` always just returns `make: `check' is up to date.`. But, `all` and `clean` are also phony. Actually the other rule based targets are phony too but .PHONY doesn't work with pattern rules: https://www.gnu.org/software/make/manual/make.html#Phony-Targets > The implicit rule search (see Implicit Rules) is skipped for .PHONY targets. This is why declaring a target as .PHONY is good for performance, even if you are not worried about the actual file existing.
* minor cleanupsPaul J Stevens2018-02-081-1/+1
|
* poc unittest using checkPaul J Stevens2018-02-081-0/+6
| | | | | | | | | | a simple 'works-on-my-machine' proof of concept - use the 'check' unit-test framework for C - adds build config for building static libuwsgi.a - run make tests to build the static lib, the tests, and run the tests - uses a simple make file in the check directory for now which needs better integration with the custom build system
* hack for adding an empty DEBUG section to the uwsgi core binaryUnbit2013-11-111-0/+3
|
* forgot PROFILE in MakefileUnbit2013-11-111-1/+1
|
* prepare for gccgo docsUnbit2013-11-111-1/+4
|
* fixed UWSGI_PROFILE usageUnbit2013-10-251-1/+0
|
* added PROFILE to MakefileUnbit2013-10-241-1/+2
|
* fixed #427Unbit2013-10-241-4/+4
|
* set python-bin from enviroment variable in Makefileapoh2013-10-231-3/+5
| | | | | | | | currently the Makefile can only deal with the python-binary wich is link to python. If you like to compile uwsgi with a different pyhton-version you can just use export PYTHON_BIN=/path/to/your/python
* added cppcheck option, improved multicastroberto@quantal642012-09-291-0/+3
|
* fixed permissions of filesroberto@centos62012-03-071-0/+0
|
* various fixesroberto@openbsd502012-03-061-0/+0
|
* fixed Makefile after php inclusionroberto@oneiric642011-12-201-1047/+3
|
* added alpha-quality php pluginroberto@oneiric642011-12-201-3/+1047
|
* --vassals-start-hook and --vassals-stop-hookroberto@debian322011-06-111-1/+1
|
* closed bug #14roberto@debian322011-06-111-0/+3
|
* new build systemroberto@sirius2010-03-081-14/+2
|
* a bit of vacuumroberto@sirius2010-03-081-1/+1
|
* useful XML support, first commit of uwsgiconfig.pyroberto@sirius2010-03-011-4/+4
|
* new configuration wayroberto@sirius2010-02-101-5/+4
|
* first (destructive) public commit for the 0.9.5 branchroberto@sirius2010-02-101-0/+2
|
* OpenBSD (real) supportroot@silente.homenet.telecomitalia.it2009-12-071-2/+2
|
* new makefilesroberto@sirius2009-12-071-0/+13