Merge "ARI: Fix missing dependencies."

This commit is contained in:
Matt Jordan
2015-04-29 16:44:09 -05:00
committed by Gerrit Code Review
21 changed files with 43 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
/\/\*\*\* MODULEINFO/ {printit=1; next}
/\*\*\*\// {if (printit) exit}
/<support_level>/ {if (gotsupportlevel) { next }; gotsupportlevel=1}
/\*\*\*\// {printit=0}
/.*/ {if (printit) print}