[svn-commits] murf: trunk r59146 - in /trunk: ./ utils/Makefile
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Thu Mar 22 07:48:09 MST 2007
Author: murf
Date: Thu Mar 22 09:48:09 2007
New Revision: 59146
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59146
Log:
Merged revisions 59145 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r59145 | murf | 2007-03-22 08:40:53 -0600 (Thu, 22 Mar 2007) | 1 line
The stuff in utils was compiling with -O6 even if DONT_OPTIMIZE is set in menuconfig. Added the include to fix that
........
Modified:
trunk/ (props changed)
trunk/utils/Makefile
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/utils/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/utils/Makefile?view=diff&rev=59146&r1=59145&r2=59146
==============================================================================
--- trunk/utils/Makefile (original)
+++ trunk/utils/Makefile Thu Mar 22 09:48:09 2007
@@ -10,6 +10,8 @@
# This program is free software, distributed under the terms of
# the GNU General Public License
#
+
+-include ../menuselect.makeopts
.PHONY: clean all uninstall
More information about the svn-commits
mailing list