summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
authorMatt Jordan <mjordan@digium.com>2015-04-29 16:44:09 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2015-04-29 16:44:09 -0500
commit7fe923d20b7e1b2b27b10a1fb4fa627da7d95149 (patch)
tree6868c3956f85032c6d662cdcf5d11a193c5b84de /build_tools
parent08355350a26d8856cc84349398e73bbca89d741c (diff)
parentf226bd6f602cff85bd1e4540aa834d1e4fa9c901 (diff)
Merge "ARI: Fix missing dependencies."
Diffstat (limited to 'build_tools')
-rw-r--r--build_tools/get_moduleinfo3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_tools/get_moduleinfo b/build_tools/get_moduleinfo
index 92bc7e920..4dbb2942f 100644
--- a/build_tools/get_moduleinfo
+++ b/build_tools/get_moduleinfo
@@ -1,3 +1,4 @@
/\/\*\*\* MODULEINFO/ {printit=1; next}
-/\*\*\*\// {if (printit) exit}
+/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
+/\*\*\*\// {printit=0}
/.*/ {if (printit) print}