[svn-commits] qwell: trunk r486 - in /trunk: ./ Makefile

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


Author: qwell
Date: Wed Nov 14 17:06:01 2007
New Revision: 486

URL: http://svn.digium.com/view/asterisk-addons?view=rev&rev=486
Log:
Merged revisions 485 via svnmerge from 
https://origsvn.digium.com/svn/asterisk-addons/branches/1.4

(closes issue #11205)
........
r485 | qwell | 2007-11-14 17:03:37 -0600 (Wed, 14 Nov 2007) | 5 lines

.EXPORT_ALL_VARIABLES + menuselect == bad.
We really don't want to pass things like NCURSES_INCLUDE down to menuselect...

Issue 11205.

........

Modified:
    trunk/   (props changed)
    trunk/Makefile

Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Wed Nov 14 17:06:01 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-299,308,310,317,319,329,342,348,358,380,382,387,389,398,405,410,414,417,423,428,466,472,475,479
+/branches/1.4:1-299,308,310,317,319,329,342,348,358,380,382,387,389,398,405,410,414,417,423,428,466,472,475,479,485

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




More information about the svn-commits mailing list