aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/get_makeopts
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-16 16:17:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-16 16:17:43 +0000
commit1fdf1962e91d3577a40a8fedf85540f3bedf236e (patch)
tree7c63656e4c28b1abffd628690ab0151d75d64712 /build_tools/get_makeopts
parent02ea98e80cf5c98b7fae54cfdb7eaa88bd439cb9 (diff)
add support for setting the CFLAGS for voicemail storage options in menuselect
Thanks to kpfleming for the Makefile magic :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34492 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'build_tools/get_makeopts')
-rw-r--r--build_tools/get_makeopts3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_tools/get_makeopts b/build_tools/get_makeopts
new file mode 100644
index 000000000..15ad97b75
--- /dev/null
+++ b/build_tools/get_makeopts
@@ -0,0 +1,3 @@
+/\/\*\*\* MAKEOPTS/ {printit=1; next}
+/\*\*\*\// {exit}
+// {if (printit) print}