[svn-commits] russell: branch 1.4 r47494 - /branches/1.4/Makefile

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Nov 11 08:31:08 MST 2006


Author: russell
Date: Sat Nov 11 09:31:08 2006
New Revision: 47494

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47494
Log:
Add the target "menuconfig" as an alias for the "menuselect" target.  This is
just a favor to users so that if you accidentally type "make menuconfig"
instead of "make menuselect", it still works.
(inspired by a comment on IRC from wangster calling me an "especially devious
asterisk developer" for having it be menuselect instead of menuconfig. :) )

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.digium.com/view/asterisk/branches/1.4/Makefile?view=diff&rev=47494&r1=47493&r2=47494
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Sat Nov 11 09:31:08 2006
@@ -676,6 +676,8 @@
 	rm -rf $(DESTDIR)$(ASTETCDIR)
 	rm -rf $(DESTDIR)$(ASTLOGDIR)
 
+menuconfig: menuselect
+
 menuselect: menuselect/menuselect menuselect-tree
 	- at menuselect/menuselect $(GLOBAL_MAKEOPTS) $(USER_MAKEOPTS) menuselect.makeopts && (echo "menuselect changes saved!"; rm -f channels/h323/Makefile.ast main/asterisk) || echo "menuselect changes NOT saved!"
 



More information about the svn-commits mailing list