-
- Downloads
Merged revisions 207647 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r207647 | kpfleming | 2009-07-21 08:04:44 -0500 (Tue, 21 Jul 2009) | 12 lines Ensure that user-provided CFLAGS and LDFLAGS are honored. This commit changes the build system so that user-provided flags (in ASTCFLAGS and ASTLDFLAGS) are supplied to the compiler/linker *after* all flags provided by the build system itself, so that the user can effectively override the build system's flags if desired. In addition, ASTCFLAGS and ASTLDFLAGS can now be provided *either* in the environment before running 'make', or as variable assignments on the 'make' command line. As a result, the use of COPTS and LDOPTS is no longer necessary, so they are no longer documented, but are still supported so as not to break existing build systems that supply them when building Asterisk. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@207680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- Makefile 35 additions, 43 deletionsMakefile
- Makefile.moddir_rules 5 additions, 5 deletionsMakefile.moddir_rules
- Makefile.rules 13 additions, 19 deletionsMakefile.rules
- addons/Makefile 2 additions, 2 deletionsaddons/Makefile
- agi/Makefile 1 addition, 6 deletionsagi/Makefile
- channels/Makefile 4 additions, 4 deletionschannels/Makefile
- codecs/Makefile 1 addition, 1 deletioncodecs/Makefile
- codecs/gsm/Makefile 1 addition, 1 deletioncodecs/gsm/Makefile
- codecs/lpc10/Makefile 1 addition, 1 deletioncodecs/lpc10/Makefile
- doc/video_console.txt 1 addition, 1 deletiondoc/video_console.txt
- funcs/Makefile 1 addition, 1 deletionfuncs/Makefile
- main/Makefile 6 additions, 6 deletionsmain/Makefile
- main/db1-ast/Makefile 2 additions, 2 deletionsmain/db1-ast/Makefile
- pbx/Makefile 2 additions, 2 deletionspbx/Makefile
- res/Makefile 4 additions, 4 deletionsres/Makefile
- utils/Makefile 9 additions, 28 deletionsutils/Makefile
Loading
Please register or sign in to comment