Makefile: Update `make test` to use the "busted" test runner
|
Waqas Hussain |
2017-09-16 |
Makefile: Install mod_mam (fixes #825)
|
Kim Alvefur |
2017-01-31 |
Makefile: Add 'test' to phony targets so `make test` runs tests even if a file 'test' exists
|
Kim Alvefur |
2016-12-19 |
Makefile: Fix installing modules into their correct subdirectories (thanks mimi89999)
|
Kim Alvefur |
2016-10-08 |
Makefile: Preserve timestamps of installed files (fixes #547)
|
Kim Alvefur |
2016-09-30 |
Makefile: Refactor all uses of the install command with variables, allowing them to be overridden
|
Kim Alvefur |
2016-09-30 |
Makefile: Use install to copy plugins that live in subdirectories instead of recursive cp
|
Kim Alvefur |
2016-09-30 |
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)
|
Kim Alvefur |
2016-09-30 |
tests: Add extra tests for util.json
|
Matthew Wild |
2016-03-05 |
Makefile: Reduce verbosity of 'make test' so it only shows test failures
|
Matthew Wild |
2016-03-04 |
Makefile: Use runtime set by configure (fixes #629)
|
Kim Alvefur |
2016-02-18 |
Makefile: Add 'test' target that runs tests
|
Kim Alvefur |
2016-01-09 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-10-17 |
Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532)
|
Kim Alvefur |
2015-10-14 |
Makefile: Use hypen to tell Make when to ignore errors
|
Kim Alvefur |
2015-09-26 |
Makefile: Support generating prosody.version from hg archive metadata file
|
Kim Alvefur |
2015-09-26 |
Makefile: Simplify generation of prosody.version using magic Make magic
|
Kim Alvefur |
2015-09-26 |
Makefile: Fix building prosody.version (.hg/dirstate is a file, not a directory)
|
Kim Alvefur |
2015-09-21 |
configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea)
|
Matthew Wild |
2015-09-02 |
Merge 0.9->0.10
|
Kim Alvefur |
2015-02-21 |
configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470.
|
Matthew Wild |
2015-02-20 |
Makefile: Add net/websocket to install target
|
Kim Alvefur |
2014-09-10 |
Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and change / to | to allow paths to be used in RUNWITH (thanks Ben)
|
Matthew Wild |
2014-03-30 |
Makefile, configure: Add option for disabling generation of example certificates
0.9.2
|
Kim Alvefur |
2013-11-30 |
Makefile, certs: Generate example certificates on build, remove the old static one
|
Kim Alvefur |
2013-11-22 |
Makefile: Specify explicit mode when installing prosody.version, to avoid it defaulting to something nasty (executable)
|
Matthew Wild |
2013-04-15 |
configure, Makefile: Allow runtime to be overridden.
|
Kim Alvefur |
2012-09-28 |
Makefile: Fix for net/http
|
Matthew Wild |
2012-04-25 |
Makefile: Use cp instead of install, and make sure the correct umask is set
|
Kim Alvefur |
2012-03-20 |
Fix make install for mod_s2s.
|
Thijs Alkemade |
2012-03-02 |