aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: Install mod_mam (fixes #825)Kim Alvefur2017-01-311-1/+2
|
* Makefile: Add 'test' to phony targets so `make test` runs tests even if a ↵Kim Alvefur2016-12-191-1/+1
| | | | file 'test' exists
* Makefile: Fix installing modules into their correct subdirectories (thanks ↵Kim Alvefur2016-10-081-4/+4
| | | | mimi89999)
* Makefile: Preserve timestamps of installed files (fixes #547)Kim Alvefur2016-10-011-1/+1
|
* Makefile: Refactor all uses of the install command with variables, allowing ↵Kim Alvefur2016-10-011-26/+32
| | | | them to be overridden
* Makefile: Use install to copy plugins that live in subdirectories instead of ↵Kim Alvefur2016-10-011-1/+6
| | | | recursive cp
* Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)Kim Alvefur2016-10-011-1/+1
|
* tests: Add extra tests for util.jsonMatthew Wild2016-03-051-0/+1
|
* Makefile: Reduce verbosity of 'make test' so it only shows test failuresMatthew Wild2016-03-041-1/+1
|
* Makefile: Use runtime set by configure (fixes #629)Kim Alvefur2016-02-181-1/+1
|
* Makefile: Add 'test' target that runs testsKim Alvefur2016-01-101-0/+3
|
* Merge 0.9->0.10Kim Alvefur2015-10-171-1/+1
|\
| * Makefile: Use more specific globbing for core directory in Makefile (Thanks ↵Kim Alvefur2015-10-141-1/+1
| | | | | | | | Robert Scheck) (fixes #532)
* | Makefile: Use hypen to tell Make when to ignore errorsKim Alvefur2015-09-271-2/+2
| |
* | Makefile: Support generating prosody.version from hg archive metadata fileKim Alvefur2015-09-271-0/+3
| |
* | Makefile: Simplify generation of prosody.version using magic Make magicKim Alvefur2015-09-271-5/+10
| |
* | Makefile: Fix building prosody.version (.hg/dirstate is a file, not a directory)Kim Alvefur2015-09-211-1/+1
| |
* | configure, Makefile: Make compatible with plain Bourne shell as used on ↵Matthew Wild2015-09-021-3/+3
| | | | | | | | Solaris. Fixes #418 (thanks jcea)
* | Merge 0.9->0.10Kim Alvefur2015-02-211-4/+4
|\|
| * configure, Makefile: Add --libdir option to ./configure, allowing you to ↵Matthew Wild2015-02-201-4/+4
| | | | | | | | override the $PREFIX/lib/ default. Fixes #470.
* | Makefile: Add net/websocket to install targetKim Alvefur2014-09-111-1/+2
|/
* Makefile: Change sed regex to be compatible with FreeBSD's odd sed, and ↵Matthew Wild2014-03-301-1/+1
| | | | change / to | to allow paths to be used in RUNWITH (thanks Ben)
* Makefile, configure: Add option for disabling generation of example certificates0.9.2Kim Alvefur2013-11-301-1/+3
|
* Makefile, certs: Generate example certificates on build, remove the old ↵Kim Alvefur2013-11-221-0/+1
| | | | static one
* Makefile: Specify explicit mode when installing prosody.version, to avoid it ↵Matthew Wild2013-04-151-1/+1
| | | | defaulting to something nasty (executable)
* configure, Makefile: Allow runtime to be overridden.Kim Alvefur2012-09-281-1/+2
|
* Makefile: Fix for net/httpMatthew Wild2012-04-251-1/+3
|
* Makefile: Use cp instead of install, and make sure the correct umask is setKim Alvefur2012-03-201-6/+1
|
* Fix make install for mod_s2s.Thijs Alkemade2012-03-021-0/+1
|
* Makefile: Fix making of prosody.versionKim Alvefur2011-10-231-3/+4
|
* Makefile: Merge identical rules and some other improvements.Kim Alvefur2011-10-181-25/+8
|
* Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/MakefileMatthew Wild2011-10-131-0/+2
|
* commit d2fb8a5ff43fcf3e94e5e518aba175503590ecdaMatthew Wild2010-06-141-1/+2
| | | | | | | Author: Brian Cully <bjc@kublai.com> Date: Mon Jun 14 17:30:52 2010 -0400 Install adhoc submodules
* Makefile: Remove fallbacks/Matthew Wild2010-02-151-2/+1
|
* Makefile: Fix to install new util/sasl directoryMatthew Wild2009-11-261-1/+4
|
* Fix for Makefile hack to install MUC pluginmatthew2009-09-081-1/+2
|
* Updated the Makefile to work with the MUC plugin folder.Waqas Hussain2009-09-081-1/+2
|
* Fixed: Zeros could be stripped from the version string the Makefile extracts ↵Waqas Hussain2009-08-081-1/+1
| | | | from the local hg repository (thanks albert)
* Added man page for prosodyctlDwayne Bent2009-07-021-0/+3
|
* Makefile: Install fallbacks/ directoryMatthew Wild2009-07-021-1/+2
|
* Makefile: Experimental support for recording the version of an installed ProsodyMatthew Wild2009-06-051-1/+9
|
* Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent]Matthew Wild2009-06-041-1/+2
|
* Makefile: Specify permissions on installed executables [thanks mhavela]Matthew Wild2009-06-041-2/+2
|
* Makefile: Process and install prosodyctlMatthew Wild2009-05-021-2/+10
|
* Makefiles: Add signal.so to install targetsMatthew Wild2009-04-121-1/+1
|
* Makefiles, util.signal: Add lsignal library for catching POSIX signalsMatthew Wild2009-04-121-0/+3
|
* Add posix support library, and adjust makefiles for itMatthew Wild2008-12-061-2/+6
|
* Change sed usage back into one sed script for incompetent versions of sedMatthew Wild2008-11-301-6/+4
|
* 'install' libs to util before top-level make installMatthew Wild2008-11-301-2/+1
|
* Makefile fix for creating datadir in correct place on installMatthew Wild2008-11-301-3/+2
|