aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-11 15:33:06 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-11 15:33:06 +0000
commit7b8b1285b72d7c2296ff400b6bf8c8ead6aa7c68 (patch)
tree31f274a16234da03e2ed49795d8140ea985a98ee /Makefile
parent3eb38fa3bf58ae3de6bf149675ffebf4b6df3595 (diff)
Merged revisions 47494 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r47494 | russell | 2006-11-11 10:31:08 -0500 (Sat, 11 Nov 2006) | 6 lines 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. :) ) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47495 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 309511080..c98815195 100644
--- a/Makefile
+++ b/Makefile
@@ -683,6 +683,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!"