[svn-commits] qwell: branch 1.4 r485 - /branches/1.4/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Nov 14 17:03:38 CST 2007


Author: qwell
Date: Wed Nov 14 17:03:37 2007
New Revision: 485

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=485
Log:
.EXPORT_ALL_VARIABLES + menuselect == bad.
We really don't want to pass things like NCURSES_INCLUDE down to menuselect...

Issue 11205.

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk-addons/branches/1.4/Makefile?view=diff&rev=485&r1=484&r2=485
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Wed Nov 14 17:03:37 2007
@@ -9,7 +9,12 @@
 # the GNU General Public License
 #
 
-.EXPORT_ALL_VARIABLES:
+export ASTERISK_INCLUDE
+export ASTCFLAGS
+export CC
+export DESTDIR
+export INSTALL
+export MODULES_DIR
 
 .PHONY: all install samples clean update distclean menuselect chan_ooh323.so format_mp3.so
 




More information about the svn-commits mailing list