mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 10:58:15 +00:00
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
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
/\/\*\*\* MAKEOPTS/ {printit=1; next}
|
||||
/\*\*\*\// {exit}
|
||||
/\*\*\*\// {if (printit) exit}
|
||||
// {if (printit) print}
|
||||
|
||||
Reference in New Issue
Block a user