dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/build_tools
russell ab908a2a8b Now that the version.h file was getting properly regenerated every time the svn
revision changed, every module that used the version was getting rebuilt after
every svn update.  This severly annoyed me pretty quickly, so I have improved
the situation.

Now, instead of generating version.h, main/version.c is generated.  version.c
includes the version information, as well as a couple of API calls for modules
to retrieve the version.  So now, only version.c will get rebuilt, and the main
asterisk binary relinked, which is must faster than rebuilding http.c, manager.c,
asterisk.c, relinking the asterisk binary, chan_sip.c, func_version.c, res_agi ...

The only minor change in behavior here is that the version information reported by
chan_sip, for example, is the version of the Asterisk core, and not necessarily the
Asterisk version that the chan_sip module came from.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@96717 f38db490-d61c-443f-a65b-d21fe96a405b
2008-01-05 22:09:06 +00:00
..
cflags.xml Allow more spans than 32. Also, rearrange compiler flags so the most often 2007-12-26 22:38:02 +00:00
embed_modules.xml Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
get_makeopts Merged revisions 53779-53781 via svnmerge from 2007-02-09 23:53:51 +00:00
get_moduleinfo Merged revisions 53779-53781 via svnmerge from 2007-02-09 23:53:51 +00:00
make_build_h Merged revisions 80330 via svnmerge from 2007-08-22 18:54:30 +00:00
make_buildopts_h closes issue #11287; thanks to snuffy for this fix, which will surely make all solaris owners shout praises to his name. 2007-12-20 22:28:35 +00:00
make_defaults_h Rename the macros in defaults.h - they are not meant to be 2007-12-18 09:26:03 +00:00
make_linker_eo_script give embedded modules a helping hand by backing up and restoring their global variables when they are loaded and unloaded 2007-02-22 02:36:00 +00:00
make_sample_voicemail Merged revisions 50754 via svnmerge from 2007-01-13 16:47:01 +00:00
make_version Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
make_version_c Now that the version.h file was getting properly regenerated every time the svn 2008-01-05 22:09:06 +00:00
menuselect-deps.in implement "configure" checks for libiconv, and add the 2008-01-01 22:08:32 +00:00
mkpkgconfig Merged revisions 80330 via svnmerge from 2007-08-22 18:54:30 +00:00
prep_tarball Merged revisions 93180 via svnmerge from 2007-12-17 07:25:35 +00:00
strip_nonapi go back to including libresample in the main Asterisk binary, but this time including a small hack to ensure that it does get linked in (and also modify the strip_nonapi script to leave the resample_<foo> symbols alone) 2008-01-02 14:05:30 +00:00