Commit graph

54 commits

Author SHA1 Message Date
Matthew Wild
39dceba258 tests: Add extra tests for util.json 2016-03-05 20:48:20 +00:00
Matthew Wild
61688d5064 Makefile: Reduce verbosity of 'make test' so it only shows test failures 2016-03-04 22:17:38 +00:00
Kim Alvefur
2c3bcf3a57 Makefile: Use runtime set by configure (fixes #629) 2016-02-18 19:08:01 +01:00
Kim Alvefur
2ff321a3c7 Makefile: Add 'test' target that runs tests 2016-01-10 00:17:54 +01:00
Kim Alvefur
4177cd057e Merge 0.9->0.10 2015-10-17 19:30:58 +02:00
Kim Alvefur
b3a384b2e9 Makefile: Use more specific globbing for core directory in Makefile (Thanks Robert Scheck) (fixes #532) 2015-10-14 20:55:26 +02:00
Kim Alvefur
787f6a522a Makefile: Use hypen to tell Make when to ignore errors 2015-09-27 00:16:34 +02:00
Kim Alvefur
8891876d7d Makefile: Support generating prosody.version from hg archive metadata file 2015-09-27 00:15:57 +02:00
Kim Alvefur
4d24241616 Makefile: Simplify generation of prosody.version using magic Make magic 2015-09-27 00:14:18 +02:00
Kim Alvefur
f2bb338051 Makefile: Fix building prosody.version (.hg/dirstate is a file, not a directory) 2015-09-21 23:00:49 +02:00
Matthew Wild
83ca1bd5d1 configure, Makefile: Add --libdir option to ./configure, allowing you to override the $PREFIX/lib/ default. Fixes #470. 2015-02-20 15:51:05 +00:00
Matthew Wild
7f2a6a29b6 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) 2014-03-30 09:16:27 +01:00
Matthew Wild
63f8291d16 configure, Makefile: Make compatible with plain Bourne shell as used on Solaris. Fixes #418 (thanks jcea) 2015-09-02 18:54:34 +01:00
Kim Alvefur
f67cdc6ec6 Merge 0.9->0.10 2015-02-21 10:34:56 +01:00
Kim Alvefur
6769313ce9 Makefile: Add net/websocket to install target 2014-09-11 00:31:11 +02:00
Kim Alvefur
addfb8275a Makefile, configure: Add option for disabling generation of example certificates 2013-11-30 22:26:20 +01:00
Kim Alvefur
7e594b0b3c Makefile, certs: Generate example certificates on build, remove the old static one 2013-11-22 15:27:21 +01:00
Matthew Wild
0e656606c0 Makefile: Specify explicit mode when installing prosody.version, to avoid it defaulting to something nasty (executable) 2013-04-15 12:30:40 +01:00
Kim Alvefur
2b1cd1a3ae configure, Makefile: Allow runtime to be overridden. 2012-09-28 12:04:07 +02:00
Matthew Wild
59edec552f Makefile: Fix for net/http 2012-04-25 03:56:26 +01:00
Kim Alvefur
326b9c2cc2 Makefile: Use cp instead of install, and make sure the correct umask is set 2012-03-20 12:50:53 +01:00
Thijs Alkemade
203c5b4d85 Fix make install for mod_s2s. 2012-03-02 19:56:10 +01:00
Kim Alvefur
cea60b7a5d Makefile: Fix making of prosody.version 2011-10-23 20:56:33 +02:00
Kim Alvefur
1f496b5027 Makefile: Merge identical rules and some other improvements. 2011-10-18 01:22:44 +02:00
Matthew Wild
850d092305 Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile 2011-10-13 00:51:50 +01:00
Matthew Wild
d2d66b4078 commit d2fb8a5ff43fcf3e94e5e518aba175503590ecda
Author: Brian Cully <bjc@kublai.com>
Date:   Mon Jun 14 17:30:52 2010 -0400

    Install adhoc submodules
2010-06-14 23:51:11 +01:00
Matthew Wild
cb24bc1a12 Makefile: Remove fallbacks/ 2010-02-15 23:06:57 +00:00
Matthew Wild
b544f41cef Makefile: Fix to install new util/sasl directory 2009-11-26 01:09:10 +00:00
matthew
53a3a8df37 Fix for Makefile hack to install MUC plugin 2009-09-08 14:38:51 +01:00
Waqas Hussain
d372008d04 Updated the Makefile to work with the MUC plugin folder. 2009-09-08 05:41:33 +05:00
Waqas Hussain
9b3f3c93e3 Fixed: Zeros could be stripped from the version string the Makefile extracts from the local hg repository (thanks albert) 2009-08-08 00:21:33 +05:00
Dwayne Bent
507c460971 Added man page for prosodyctl 2009-07-02 15:20:15 -04:00
Matthew Wild
7ba8dae5df Makefile: Install fallbacks/ directory 2009-07-02 00:25:14 +01:00
Matthew Wild
198b2b72c8 Makefile: Experimental support for recording the version of an installed Prosody 2009-06-05 01:13:39 +01:00
Matthew Wild
a82a7d386c Makefile: Set data directory permissions to 750 on install [thanks Dwayne Bent] 2009-06-04 15:46:05 +01:00
Matthew Wild
e70d58ad08 Makefile: Specify permissions on installed executables [thanks mhavela] 2009-06-04 15:30:00 +01:00
Matthew Wild
3163adb138 Makefile: Process and install prosodyctl 2009-05-02 20:30:50 +01:00
Matthew Wild
fcd300734f Makefiles: Add signal.so to install targets 2009-04-12 03:02:51 +01:00
Matthew Wild
23e9b6c71a Makefiles, util.signal: Add lsignal library for catching POSIX signals 2009-04-12 02:53:00 +01:00
Matthew Wild
8b821c21d3 Add posix support library, and adjust makefiles for it 2008-12-06 23:20:59 +00:00
Matthew Wild
2751ce1517 Change sed usage back into one sed script for incompetent versions of sed 2008-11-30 19:58:22 +00:00
Matthew Wild
8edf67c555 'install' libs to util before top-level make install 2008-11-30 19:31:43 +00:00
Matthew Wild
939c5b324d Makefile fix for creating datadir in correct place on install 2008-11-30 14:30:22 +00:00
Matthew Wild
90aca9cd5c Installation improvements (auto-creation of data directories) 2008-11-30 04:22:43 +00:00
Matthew Wild
72a0f04a67 Don't overwrite config on make install if it already exists 2008-11-30 01:16:55 +00:00
Matthew Wild
bf2042e1fa Yet another fix for the makefile :) 2008-11-30 00:33:58 +00:00
Matthew Wild
7d497c2cfc Fix missing prosody.cfg.lua.install 2008-11-29 22:55:16 +00:00
Matthew Wild
b45c3b6424 Don't write to prosody.cfg.lua from Makefile. Much apologies to poor albert :( 2008-11-29 22:28:11 +00:00
Matthew Wild
10463d1bb7 More Makefile improvements (install the certificates, and update the config on install to find them) 2008-11-29 17:52:10 +00:00
Matthew Wild
d00f8a6cf6 Update Makefile to set correct paths on install with Debian package 2008-11-29 17:22:05 +00:00