January 3, 2011 | ||
---|---|---|
View d4d6d3c027
doc: add small note about SCTP compile time deps to INSTALL file, reported from JuhaHenning Westerholt authored on 03/01/2011 11:41:20 |
October 12, 2010 | ||
---|---|---|
View 77d7e32549
INSTALL: updates to reflect flavour switchingDaniel-Constantin Mierla authored on 12/10/2010 20:50:28 |
August 11, 2010 | ||
---|---|---|
View f6b240d516
NEWS: notes about Dragonfly BSD supportAndrei Pelinescu-Onciul authored on 11/08/2010 15:04:14 |
October 9, 2009 | ||
---|---|---|
View df0c82a0c0
Updating INSTALL - mostly formattingoej authored on 09/10/2009 09:23:20 |
July 8, 2009 | ||
---|---|---|
View 380398ad08
makefile: more modules groups and make modules-allAndrei Pelinescu-Onciul authored on 08/07/2009 16:41:38 |
June 24, 2009 | ||
---|---|---|
View 5d1a75a61b
* Core, etc, documentation: renamed ser to sip-routerJuha Heinanen authored on 24/06/2009 12:44:10 |
May 10, 2009 | ||
---|---|---|
View bcc002cb9c
* Added note on how to generate README of a module.Juha Heinanen authored on 10/05/2009 08:37:40 |
April 22, 2009 | ||
---|---|---|
View 3f52ab26d1
makefile: config and modules.lst minor fixesAndrei Pelinescu-Onciul authored on 22/04/2009 15:09:13 |
||
View ad9c95e3dd
doc (INSTALL): minor make updateAndrei Pelinescu-Onciul authored on 22/04/2009 13:46:56 |
April 3, 2009 | ||
---|---|---|
View 96d9c662ab
make: fail if make version < 3.80Andrei Pelinescu-Onciul authored on 03/04/2009 11:06:57 |
April 2, 2009 | ||
---|---|---|
View 724ca0875c
make: workaround for backwards compat. with make 3.80Andrei Pelinescu-Onciul authored on 02/04/2009 18:42:58 |
August 14, 2008 | ||
---|---|---|
View c1dd517bc9
Address of serusers mailing list updatedJan Janak authored on 14/08/2008 13:17:05 |
July 1, 2008 | ||
---|---|---|
View 0bd6adc6bc
- moved modules list from config.mak to modules.lst and added modules list reconfigure targets: make modules-cfg ... (this allows changing the modules list without triggering a complete recompile) - added make cfg-defs which would change only the build options, without modifying the modules listAndrei Pelinescu-Onciul authored on 01/07/2008 20:31:55 |
June 28, 2008 | ||
---|---|---|
View 299781b1c1
- added clean-all and proper-all (like clean and proper but work on all the modules, not only the one currently configured)Andrei Pelinescu-Onciul authored on 28/06/2008 20:45:10 |
||
View 7742b1d29a
- experimental make cfg /config support: make cfg fore regeneration of the "build" config, saved in config.mak. This config is used instead of including Makefile.defs each time. The config is also automatically generated if missing. The speed improvements are dramatic in most cases: make proper 15 times faster, make clean 8 times, make with generated config 2.6 times faster then before, make rebuilding only one file 9 times faster. E.g.: make cfg include_modules=mysql CPU=pentium-m BASEDIR=/tmp/ser make install # builds default ser + mysql, optimized for pentium-m # and installs in /tmp/ser/usr/local/* make clean # cleans default modules + mysqlAndrei Pelinescu-Onciul authored on 28/06/2008 00:35:25 |