[asterisk-commits] russell: branch 1.6.0 r108800 - in /branches/1.6.0: ./ Makefile
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Mar 14 15:14:46 CDT 2008
Author: russell
Date: Fri Mar 14 15:14:46 2008
New Revision: 108800
URL: http://svn.digium.com/view/asterisk?view=rev&rev=108800
Log:
Merged revisions 108799 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r108799 | russell | 2008-03-14 15:14:06 -0500 (Fri, 14 Mar 2008) | 8 lines
Make sure configure is run before menuselect on a clean checkout
(closes issue #12197)
Reported by: juggie
Patches:
12197.diff uploaded by juggie (license 24)
........
Modified:
branches/1.6.0/ (props changed)
branches/1.6.0/Makefile
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.0/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/Makefile?view=diff&rev=108800&r1=108799&r2=108800
==============================================================================
--- branches/1.6.0/Makefile (original)
+++ branches/1.6.0/Makefile Fri Mar 14 15:14:46 2008
@@ -350,7 +350,7 @@
@echo "****"
@exit 1
-menuselect.makeopts: menuselect/menuselect menuselect-tree
+menuselect.makeopts: menuselect/menuselect menuselect-tree makeopts
menuselect/menuselect --check-deps $(GLOBAL_MAKEOPTS) $(USER_MAKEOPTS) menuselect.makeopts
$(MOD_SUBDIRS_EMBED_LDSCRIPT):
More information about the asterisk-commits
mailing list