[asterisk-commits] seanbright: branch 10 r329771 - in /branches/10: ./ Makefile.moddir_rules

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 27 14:18:50 CDT 2011


Author: seanbright
Date: Wed Jul 27 14:18:47 2011
New Revision: 329771

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=329771
Log:
Merged revisions 329767 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r329767 | seanbright | 2011-07-27 15:17:46 -0400 (Wed, 27 Jul 2011) | 8 lines
  
  Explicitly sort the module list so that the menuselect lists are sorted.
  
  (closes issue ASTERISK-18141)
  Reported by: Richard Miller
  Patches:
  		sort-order.diff uploaded by seanbright (License #5060)
  Tested by: leifmadsen
........

Modified:
    branches/10/   (props changed)
    branches/10/Makefile.moddir_rules

Propchange: branches/10/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.

Modified: branches/10/Makefile.moddir_rules
URL: http://svnview.digium.com/svn/asterisk/branches/10/Makefile.moddir_rules?view=diff&rev=329771&r1=329770&r2=329771
==============================================================================
--- branches/10/Makefile.moddir_rules (original)
+++ branches/10/Makefile.moddir_rules Wed Jul 27 14:18:47 2011
@@ -141,7 +141,7 @@
 	$(AWK) -f $(ASTTOPDIR)/build_tools/get_moduleinfo $< >> $@
 	echo "</member>" >> $@
 
-.moduleinfo:: $(addsuffix .moduleinfo,$(addprefix .,$(ALL_C_MODS) $(ALL_CC_MODS)))
+.moduleinfo:: $(addsuffix .moduleinfo,$(addprefix .,$(sort $(ALL_C_MODS) $(ALL_CC_MODS))))
 	@echo "<category name=\"MENUSELECT_$(MENUSELECT_CATEGORY)\" displayname=\"$(MENUSELECT_DESCRIPTION)\" remove_on_change=\"$(SUBDIR)/modules.link\">" > $@
 	@cat $^ >> $@
 	@echo "</category>" >> $@




More information about the asterisk-commits mailing list