aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2010-06-28Backport unit test API to 1.4.russell1-1/+1
2010-06-28Force SILENTMAKE where it is needed.russell1-5/+6
2010-06-28Backport method of setting SUBMAKE from trunk.russell1-1/+5
2010-06-04Build menuselect with the build environment's compiler, not the host (target)...tilghman1-1/+2
2010-05-25Merged revisions 265320,265467 via svnmerge from twilson1-0/+1
2010-05-03Should have removed /usr/lib/ part. Thanks Qwell.pabelanger1-1/+1
2010-05-03non-root make install PREFIX=/tmp fails.pabelanger1-1/+1
2010-04-28Remove usage of `id` since it isn't useful and was causing breakge.qwell1-4/+1
2010-03-25Update Asterisk 1.4 to use menuselect trunk.russell1-6/+38
2010-03-20Resolve a number of FreeBSD build issues.russell1-2/+2
2010-03-15Typotilghman1-1/+1
2010-03-15Launch Asterisk on Mac OS X with launchd.tilghman1-0/+2
2010-02-18Tweak argument handling for wget in the sounds Makefile.russell1-0/+1
2010-02-15Make the menuselect instructions correct by allowing 'make menuselect' to act...tilghman1-0/+2
2010-01-20fixes parsing error in Makefile.dvossel1-5/+5
2010-01-19Allow parallel make (-j) to work properly.qwell1-2/+2
2010-01-18updated transmit_silence option documentation in asterisk.confdvossel1-1/+5
2010-01-15Fix a spelling error in the asterisk.conf sample.russell1-1/+1
2010-01-13add silence gen to wait appsdvossel1-1/+1
2009-12-10Fix unselecting of menuselect options via GLOBAL_MAKEOPTS and USER_MAKEOPTS.qwell1-4/+5
2009-10-23Don't force menuselect.makeopts to be rebuilt on every build.kpfleming1-3/+26
2009-09-24Resolve parallel build warnings.seanbright1-2/+2
2009-09-24Remove the remaining bashisms in the Makefile/mkpkgconfigseanbright1-1/+3
2009-08-25Use the default runlevels for Debian derivatives, instead of making up our own.tilghman1-1/+1
2009-08-04Eliminate spurious compiler warnings from system headers on *BSD platforms.kpfleming1-1/+1
2009-07-21Ensure that user-provided CFLAGS and LDFLAGS are honored.kpfleming1-29/+35
2009-06-11Backport fix for parallel build warnings from trunk r199781.seanbright1-5/+5
2009-05-29Fix 'make config' target for Slackware.seanbright1-1/+1
2009-05-27Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.seanbright1-1/+1
2008-11-29update dev-mode compiler flags to match the ones used by default on Ubuntu In...kpfleming1-1/+8
2008-11-15when an individual directory dist-clean is run, run clean in that directory f...kpfleming1-3/+5
2008-10-14on Ubuntu (at least), recent versions of ld in binutils delete all debugging ...kpfleming1-1/+1
2008-09-27improve header inclusion process in a few small ways:kpfleming1-2/+0
2008-09-08Remove RPM package targets from Makefile (and all associated parts).qwell1-17/+0
2008-08-26sounds/Makefile installs sounds using the "new" language directory structure,...twilson1-2/+2
2008-08-07remove config.cache during distclean, in case the user is using autoconf cachingkpfleming1-1/+1
2008-08-06Remove the use of --no-print-directory when compiling subdirectories.russell1-2/+2
2008-07-30use the proper method for building version.hkpfleming1-2/+4
2008-07-11forcibly remove the modules that are changing nameskpfleming1-1/+3
2008-07-11a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... th...kpfleming1-0/+1
2008-07-03a couple of small Solaris-related fixeskpfleming1-1/+1
2008-05-05Reverse order, such that user configs override default selectionstilghman1-3/+3
2008-04-18ensure directories are created before we try to install stuff into themrussell1-2/+4
2008-04-18SUBDIRS_INSTALL is already listed as a subtarget for bininstallrussell1-1/+1
2008-04-17Fix the bininstall target to install from subdirs, as well.russell1-1/+1
2008-03-25Add an option (transmit_silence) which transmits silence during both Record()...file1-0/+1
2008-03-19People report bugs about Asterisk crashing with DO_CRASH enabled was getting ...qwell1-1/+4
2008-02-26Add badshell to .PHONY target (thanks Kevin)qwell1-1/+1
2008-02-26Since all shells aren't as awesome as bash, we have to fail if somebody tries...qwell1-1/+8
2008-01-29Use GNU make magic instead of shell magic to escape spaces in the working dir...russell1-1/+3