aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-11 15:31:08 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-11 15:31:08 +0000
commitd3eb9640140f79b50be835192718b16769e52414 (patch)
tree41586dafa898c81208f66a650ad8e88330c474f8 /Makefile
parenta02854070268d64cfdad682dac43c00d3a630e07 (diff)
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/branches/1.4@47494 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 6a77103d3..688dd44cf 100644
--- 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!"