Commit Graph

405 Commits (cb11263607eb5afc2ee1e5ec2bc2adf8d9e7e47c)

Author SHA1 Message Date
Russell Bryant 3519337723 Add the target "menuconfig" as an alias for the "menuselect" target. This is
19 years ago
Russell Bryant 468fbbf3ca Fixes for cross-compilation on mips
19 years ago
Russell Bryant 5cc4200696 Restore the ability to remove the firmware directory without causing the
19 years ago
Joshua Colp 8deedb83fa Pass DESTDIR and ASTSBINDIR so that the utilities get installed in the proper location (reported on asterisk-dev mailing list)
19 years ago
Joshua Colp 4a4fc523b8 Pass off AUDIO_LIBS so muted can link on OSX (issue #8135 reported by ssokol)
19 years ago
Luigi Rizzo 00a6fcb35e put linker flags in ASTLDFLAGS where they belong
19 years ago
Kevin P. Fleming fc72291807 ensure that local include files are always used
19 years ago
Russell Bryant aff14e6d89 Fix a problem that cuased AST_DATA_DIR in defaults.h to be empty. The cause is
19 years ago
Luigi Rizzo 719ba6b535 fix two recent build problems:
19 years ago
Kevin P. Fleming 704397dc3c don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they are also then used for non-Asterisk components (like menuselect); use our own variables instead
19 years ago
Kevin P. Fleming 9f2b0f44ec a couple more environment settings that can't leak into the menuselect build
19 years ago
Kevin P. Fleming 6a27cee242 don't output the 'build complete' message when the target being run is already going to do an installation
19 years ago
Kevin P. Fleming 1485fa4c24 move this header to include where it belongs
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Jason Parker 23def858f7 We have autoconf...let's actually use it.
19 years ago
Kevin P. Fleming be29512d1e more makefile tweaks to keep targets from being run when they don't need to be
19 years ago
Kevin P. Fleming 3f189742f6 make menuselect configure process be silent when possible
19 years ago
Kevin P. Fleming 3ba8e0a973 ensure that cross-compiler info is removed from the enviroment before configuring menuselect
19 years ago
Russell Bryant b374245688 remove some unneeded variables now that the menuselect build is isolated from
19 years ago
Luigi Rizzo 379dc24745 we really need BSD make here to understand the -V option.
19 years ago
Russell Bryant 5266cd75e3 remove CFLAGS that aren't needed anymore
19 years ago
Jason Parker 2986a59fab Okay, there are 3 reasons why I'm doing this.
19 years ago
Russell Bryant 4c41a6ccd0 merge menuselect_build ... most of the changes happened in menuselect
19 years ago
Jason Parker 0264c362b6 a couple Solaris tweaks, to help build properly.
19 years ago
Kevin P. Fleming a87f710062 oops... missed one
19 years ago
Kevin P. Fleming 90b0c32c71 another variable to clear out before configuring mxml
19 years ago
Kevin P. Fleming ff74cbc116 replace a couple of bare 'make' with $(MAKE)
19 years ago
Kevin P. Fleming e044e852c6 ensure that 'make' after 'svn update' that includes a configure script change won't run without making the user run configure first
19 years ago
Kevin P. Fleming b1288df748 document Makefile target changes
19 years ago
Kevin P. Fleming ca6ee66c60 main subdirectory is not dependencies for menuselect input
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Joshua Colp 60cf653dde kpfleming didn't break trunk, it was the aliens. (fix it so that the Makefile references the new name for the XML tree, menuselect-tree)
19 years ago
Russell Bryant 781f9dbcaf don't include files that cause additional targets to get executed if the target
19 years ago
Russell Bryant 9dac8f0f09 add menuselect_stub.c to deps list
19 years ago
Kevin P. Fleming a077853b17 add comments on what special variables are for
19 years ago
Kevin P. Fleming 000ba592b2 more Makefile cleanup and consistency stuff
19 years ago
Kevin P. Fleming 396ef6f9e7 use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if needed (although none do today)
19 years ago
Russell Bryant d739107ce1 revert this change for now since it isn't working correctly and there are more
19 years ago
Russell Bryant 407c91a043 add "update" to the list of targets to ignore various included files for and
19 years ago
Russell Bryant 90098fa198 don't let make run configure or menuselect if the target is either
19 years ago
Russell Bryant 6ff11745ef remove the use of -Wno-pointer-sign. Asterisk now builds without any of these
19 years ago
Kevin P. Fleming b601ff0a3e small cleanup
19 years ago
Kevin P. Fleming bc9ed9f5c4 various minor fixes
19 years ago
Russell Bryant 0b91c08045 dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.cc
19 years ago
Kevin P. Fleming 4f826452cf make the build output less noisy (optional, can be controlled by the NOISY_BUILD variable in the top-level Makefile)
19 years ago
Kevin P. Fleming 748431f7b6 move rules file to prepare for generic rules file
19 years ago
Russell Bryant f54bef6dff fix removing autoconfig.h on distclean (issue #7439, casper)
19 years ago
Russell Bryant 9bc3976204 swap distclean and dist-clean, since distclean is more commonly used ...
19 years ago
Russell Bryant 5dceb817e6 remove build_tools/menuselelct-deps on distclean
19 years ago
Russell Bryant b2f5334746 don't specify this include in the menuselect Makefile, because asterisk-addons
19 years ago