fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a source file

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@53779 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Kevin P. Fleming 20 years ago
parent 1ba2aa702d
commit fccb4abbb9

@ -1,3 +1,3 @@
/\/\*\*\* MAKEOPTS/ {printit=1; next}
/\*\*\*\// {exit}
/\*\*\*\// {if (printit) exit}
// {if (printit) print}

@ -1,3 +1,3 @@
/\/\*\*\* MODULEINFO/ {printit=1; next}
/\*\*\*\// {exit}
/\*\*\*\// {if (printit) exit}
// {if (printit) print}

Loading…
Cancel
Save