Kim Alvefur
|
e156c05ad4
|
Rename Makefile -> GNUmakefile to reflect dependency on GNU Make
|
2017-10-31 17:28:23 +01:00 |
|
Michel Le Bihan
|
8e377a8d55
|
Makefile: Also package /net/resolvers
Fixes #1094
|
2018-02-28 18:12:20 +01:00 |
|
Kim Alvefur
|
4e1f9c8796
|
Makefile: Tell busted to use the configured Lua version (or C modules won't load)
|
2017-10-22 20:41:11 +02:00 |
|
Waqas Hussain
|
94c243d8e6
|
Makefile: Update make test to use the "busted" test runner
|
2017-09-16 03:46:55 -04:00 |
|
Kim Alvefur
|
49c6a0dd6f
|
Makefile: Install mod_mam (fixes #825)
|
2017-01-31 22:49:09 +01:00 |
|
Kim Alvefur
|
8fa3305358
|
Makefile: Add 'test' to phony targets so make test runs tests even if a file 'test' exists
|
2016-12-19 09:32:43 +01:00 |
|
Kim Alvefur
|
3dd1ce8680
|
Makefile: Fix installing modules into their correct subdirectories (thanks mimi89999)
|
2016-10-08 21:06:43 +02:00 |
|
Kim Alvefur
|
ca9cbd607f
|
Makefile: Preserve timestamps of installed files (fixes #547)
|
2016-10-01 01:49:26 +02:00 |
|
Kim Alvefur
|
07c7d4e794
|
Makefile: Refactor all uses of the install command with variables, allowing them to be overridden
|
2016-10-01 01:46:43 +02:00 |
|
Kim Alvefur
|
b0701fb30f
|
Makefile: Use install to copy plugins that live in subdirectories instead of recursive cp
|
2016-10-01 01:39:46 +02:00 |
|
Kim Alvefur
|
4813cf4bde
|
Makefile: Use more specific globbing for util.sasl.* (like 5a60b4705bc3)
|
2016-10-01 01:38:28 +02:00 |
|
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 |
|