mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
Merged revisions 53779-53781 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r53779 | kpfleming | 2007-02-09 17:51:29 -0600 (Fri, 09 Feb 2007) | 2 lines fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a source file ........ r53780 | kpfleming | 2007-02-09 17:51:41 -0600 (Fri, 09 Feb 2007) | 2 lines add some inter-module dependencies ........ r53781 | kpfleming | 2007-02-09 17:52:44 -0600 (Fri, 09 Feb 2007) | 2 lines another dependency ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@53782 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}
|
||||
|
@@ -1,3 +1,3 @@
|
||||
/\/\*\*\* MODULEINFO/ {printit=1; next}
|
||||
/\*\*\*\// {exit}
|
||||
/\*\*\*\// {if (printit) exit}
|
||||
// {if (printit) print}
|
||||
|
Reference in New Issue
Block a user