]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add the target "menuconfig" as an alias for the "menuselect" target. This is
authorRussell Bryant <russell@russellbryant.com>
Sat, 11 Nov 2006 15:31:08 +0000 (15:31 +0000)
committerRussell Bryant <russell@russellbryant.com>
Sat, 11 Nov 2006 15:31:08 +0000 (15:31 +0000)
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. :) )

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47494 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 6a77103d337f0f9de6f5d4d2ebf5c5ef309f8502..688dd44cf509538639ed5dc811f90c32cff6126b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -676,6 +676,8 @@ uninstall-all: _uninstall
        rm -rf $(DESTDIR)$(ASTETCDIR)
        rm -rf $(DESTDIR)$(ASTLOGDIR)
 
+menuconfig: menuselect
+
 menuselect: menuselect/menuselect menuselect-tree
        -@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!"