summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2005-10-16Make crypto loading optionalMark Spencer
2005-10-14add "hello-world" prompt, courtesy of Jared Smith :)Russell Bryant
2005-10-08fix a typo, oops!Russell Bryant
2005-09-30support a 'post install' script for local modifications after installationKevin P. Fleming
2005-09-29allow some more paths to be overridden on the command line (issue #5292)Kevin P. Fleming
2005-09-29install 'rasterisk' symlink and update process name when used remotely (issue...Kevin P. Fleming
2005-09-26use a more generic means to decide whether we need to provide poll/dlfcn func...Kevin P. Fleming
2005-09-26fix minor build problem on *BSD (issue #5290)Kevin P. Fleming
2005-09-25support new version of OSP toolkit (issue #5168)Kevin P. Fleming
2005-09-19don't remove the ast_expr .c files when building testexpr2 since they areRussell Bryant
2005-09-15don't distribute compressed man pages,let the installer do itKevin P. Fleming
2005-09-14more BSD portability fixes (issue #5155)Kevin P. Fleming
2005-09-12Fix permissions on safe_asterisk (bug #5193)Mark Spencer
2005-09-12Properly install appropriate sound files, prefix spy ones with spy- (bug #5192)Mark Spencer
2005-09-08ensure that MALLOC_DEBUG and 'make dont-optimize' don't conflict (issue #4970)Kevin P. Fleming
2005-08-31don't remove .version during 'make clean', it's not the temporary file it use...Kevin P. Fleming
2005-08-31minor cleanup and reorganization (issue #5073)Kevin P. Fleming
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.Kevin P. Fleming
2005-08-30correct syntax errorKevin P. Fleming
2005-08-30ensure that the parser is generated in 'full/fast' modeKevin P. Fleming
2005-08-30clean up, use make functions instead of subshells, remove unused stuffKevin P. Fleming
2005-08-26remove extra dependenciesKevin P. Fleming
2005-08-26switch to 'new' expression parser, remove support for old parserKevin P. Fleming
2005-08-23make MALLOC_DEBUG build work properly (issue #4970 with additional changes)Kevin P. Fleming
2005-08-23don't require 'make samples' to require code to be built (issue #4997)Kevin P. Fleming
2005-08-14Build safe_asterisk script substituting the proper path in (bug #4952, patch ...Mark Spencer
2005-08-11Build dependencies firstMark Spencer
2005-08-07Default paths properly when building for solaris (bug #4902)Mark Spencer
2005-08-02Remove from maekfile, tooMark Spencer
2005-07-25remove the need to have the BUSYDETECT routine defined in the CFLAGS unlessRussell Bryant
2005-07-20add slinfactory object, and change app_chanspy to use it (bug #4724)Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-18actually install the demo sounds ...Russell Bryant
2005-07-18also include /etc/asterisk.makeopts, but have file in home directory overrideRussell Bryant
2005-07-18Update muted for operation on OSX. :)Josh Roberson
2005-07-15clean up scheduler debugging and expose defines in the Makefile (bug #4703)Kevin P. Fleming
2005-07-15first phase of proper fix for portable string function problems (bug #4669)Kevin P. Fleming
2005-07-14add ability to have a file, ~/.asterisk.makeopts, that will be included inRussell Bryant
2005-07-12add privacy/screening functionality to app_dial (bug #752)Kevin P. Fleming
2005-07-12make 'webvmail' installation directories more configurable (bug #4649)Kevin P. Fleming
2005-07-10You must have version.h before building dependencies!Mark Spencer
2005-07-09Bug #4652 - Take twoMalcolm Davenport
2005-07-08Bug #4652 - Require libstrfunc for FreeBSD. Thanks CorydonMalcolm Davenport
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-05add man pages for autosupport and safe_asterisk scripts (bug #4642)Kevin P. Fleming
2005-07-05actually _install_ the astgenkey man pageKevin P. Fleming
2005-06-23don't repeat a command during 'make install' (bug #4582)Kevin P. Fleming
2005-06-22allow PROC to be supplied on the make command line (bug #4570)Kevin P. Fleming
2005-06-21use Solaris-compatible shell syntax (bug #4567)Kevin P. Fleming
2005-06-20move tools used during build into build_tools subdirectoryKevin P. Fleming