Commit Graph

470 Commits (c347a43c9feef90e99218385bc93a4ffa46f861f)

Author SHA1 Message Date
Kevin P. Fleming 50515ed372 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors
17 years ago
Kevin P. Fleming 9bfbfb5496 when an individual directory dist-clean is run, run clean in that directory first, and when running top-level dist-clean, do not run subdirectory clean operations twice
17 years ago
Kevin P. Fleming 5c7f06103d on Ubuntu (at least), recent versions of ld in binutils delete all debugging symbols when -x is supplied; since the reasons why -x is being passed are lost in the mists of time, remove it so debugging will work properly
17 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
18 years ago
Jason Parker c2eee2c415 Remove RPM package targets from Makefile (and all associated parts).
18 years ago
Terry Wilson a418df6432 sounds/Makefile installs sounds using the "new" language directory structure, but languageprefix needs to be set = yes for sounds in subdirectories (digits/1, etc.) to play as the correct language.
18 years ago
Kevin P. Fleming b9b6f29610 remove config.cache during distclean, in case the user is using autoconf caching
18 years ago
Russell Bryant 2ec4a1b050 Remove the use of --no-print-directory when compiling subdirectories.
18 years ago
Kevin P. Fleming ced15f2814 use the proper method for building version.h
18 years ago
Kevin P. Fleming 17c5dbc3a5 forcibly remove the modules that are changing names
18 years ago
Kevin P. Fleming 75c6f9ab0f a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... this tree is not yet ready for users to be easily upgrading or switching, but it needs to be :-)
18 years ago
Kevin P. Fleming 0e91ad574f a couple of small Solaris-related fixes
18 years ago
Tilghman Lesher 732e3bec3e Reverse order, such that user configs override default selections
18 years ago
Russell Bryant 992264a77f ensure directories are created before we try to install stuff into them
18 years ago
Russell Bryant 87aea83bdc SUBDIRS_INSTALL is already listed as a subtarget for bininstall
18 years ago
Russell Bryant afdcdafb2b Fix the bininstall target to install from subdirs, as well.
18 years ago
Joshua Colp be84adc952 Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases.
18 years ago
Jason Parker 5bc2c923e2 People report bugs about Asterisk crashing with DO_CRASH enabled was getting a little silly...
18 years ago
Jason Parker 5996d4e4bb Add badshell to .PHONY target (thanks Kevin)
18 years ago
Jason Parker 3d6b98b1ca Since all shells aren't as awesome as bash, we have to fail if somebody tries to use a literal "~" in DESTDIR.
18 years ago
Russell Bryant 2f4510988c Use GNU make magic instead of shell magic to escape spaces in the working directory.
18 years ago
Russell Bryant c8b0628cc7 Fix building Asterisk when the working path has spaces in it.
18 years ago
Russell Bryant a4523fcd83 List include/asterisk/version.h as a .PHONY target because we want the commands
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Tilghman Lesher 92d1018c2a Start Asterisk in Debian at a more reasonable time (since zaptel is at level 20)
18 years ago
Tilghman Lesher ad17919cd8 Create samples for ALL of the available options in asterisk.conf
18 years ago
Kevin P. Fleming bb778cb3b9 don't put '-pipe' into ASTCFLAGS if '-save-temps' is already there (used when debugging preprocessor issues) because the compiler will whine about each compile command
18 years ago
Jason Parker 1e9e35c081 Correct documentation. I removed the wrong line..
18 years ago
Jason Parker 7c84082d13 Add documentation for options in asterisk.conf
18 years ago
Jason Parker eb9c632b90 Properly use DESTDIR in 'config' target.
18 years ago
Russell Bryant d3beef4b59 * Don't build the menuselect-tree for the tarball, as it requires running the
19 years ago
Jason Parker cf8f092d98 Add dist-clean support for subdirs.
19 years ago
Jason Parker cd304a0a76 We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This adds LDOPTS
19 years ago
Jason Parker 9b23ab95aa Fix a few build issues in Solaris (and likely others).
19 years ago
Jason Parker a7583cd240 Change a syntax that the GNU make in Solaris dislikes.
19 years ago
Russell Bryant 55bedc87b6 Honor the contents of the COPTS variable as custom target CFLAGS. Apparently
19 years ago
Steve Murphy 1e085b5dfb This fixes bug 10416; thanks to mvanbaak for the pretty output
19 years ago
Russell Bryant 536ef99117 AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiled
19 years ago
Mark Michelson dbfdbbf4cc Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never defined so the majority of ast_backtrace never
19 years ago
Steve Murphy 7363244381 This fixes 10172, where the entire man8 dir gets removed during an uninstall of asterisk
19 years ago
Joshua Colp 556b6b1267 Backport fix for GCC versions without support for declaration-after-statement.
19 years ago
Luigi Rizzo 475e73e27d Add -Wdeclaration-after-statement to AST_DEVMODE flags to catch
19 years ago
Russell Bryant 56f7457883 Tweak paths for BSD systems (issue #10001, stuarth)
19 years ago
Russell Bryant d5d3acb67f Clear CFLAGS before running make for menuselect.
19 years ago
Tilghman Lesher 913f9b90a0 Merged revisions 63903 via svnmerge from
19 years ago
Russell Bryant ab7e5b5c7e I have seen multiple people post questions trying to figure out what the
19 years ago
Russell Bryant af0f8ba422 Ensure that menuselect gets executed in dependency check mode every time you run make.
19 years ago
Russell Bryant fd7085a3ab Export the GTK2 library and include information to sub Makefiles.
19 years ago
Russell Bryant 1b8da31130 Making these documentation changes in the 1.4 branch upset various people, so
19 years ago
Russell Bryant fed69df9cd Add configure script checking for GTK2 and some additional Makefile targets
19 years ago