[svn-commits] rizzo: trunk r88898 - /trunk/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Nov 6 01:26:26 CST 2007


Author: rizzo
Date: Tue Nov  6 01:26:25 2007
New Revision: 88898

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88898
Log:
don't export variables that can be retrieved from makeopts in child subdirs

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=88898&r1=88897&r2=88898
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Nov  6 01:26:25 2007
@@ -61,12 +61,6 @@
 export GREP
 export ID
 export OSARCH
-export CURSES_DIR
-export NCURSES_DIR
-export TERMCAP_DIR
-export TINFO_DIR
-export GTK2_LIB
-export GTK2_INCLUDE
 
 # even though we could use '-include makeopts' here, use a wildcard
 # lookup anyway, so that make won't try to build makeopts if it doesn't




More information about the svn-commits mailing list