April 22, 2009 | ||
---|---|---|
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 |
June 23, 2008 | ||
---|---|---|
View 617ced3968
- README target support: make README will regenerate the README from all the current modules - man target: (experimental) make man will generate a man page for all the modules that support it (.xml file in the module directory, for now only acc_db, acc_syslog & auth_db support it)Andrei Pelinescu-Onciul authored on 23/06/2008 18:35:26 |
April 30, 2008 | ||
---|---|---|
View 0302312745
- win/cygwin support revived, for now no ipv6, no tcp (relies on fd passing between processes which is not yet supported under cygwin), no dynamic modules, only statically linking (backlinking is not supported under windows and possible workarounds are too work intensive)Andrei Pelinescu-Onciul authored on 30/04/2008 20:12:16 |
January 10, 2007 | ||
---|---|---|
View fd564b727f
Added three new group_include target groups: mysql, radius, presence. You can now build a standard ser with mysql using: make group_include="standard mysql" allGreger V. Teigre authored on 10/01/2007 10:34:59 |
December 9, 2006 | ||
---|---|---|
View 1ec7aeb17f
Closes SER-177. Groups of modules in make. Make can now be called with group_include="standard standard-dep stable experimental" or a subset of these. Leaving out group_include results in same behavior as before, thus this commit is backwards compatible.Greger V. Teigre authored on 09/12/2006 19:41:57 |
September 13, 2005 | ||
---|---|---|
View 9d24a2622f
- 0.9.4 changes forward ported (docs, radius Makefile *bsd update, postgress Makefile *bsd update a.s.o)Andrei Pelinescu-Onciul authored on 13/09/2005 13:53:11 |
July 27, 2004 | ||
---|---|---|
View 194b6a3575
- mac os x support ported from stable - version increased to 0.8.99-dev - makefile gcc version detection update (should correctly detect the version on gentoo now) - other small 0.8.14 fixesAndrei Pelinescu-Onciul authored on 27/07/2004 13:45:25 |
April 25, 2004 | ||
---|---|---|
View 6de5485d8a
Added a note on make parameters SpellcheckedJan Janak authored on 25/04/2004 19:46:31 |
June 25, 2003 | ||
---|---|---|
View fd62444c1e
added not on max_connJiri Kuthan authored on 25/06/2003 14:26:09 |