Add empty $Revision$ macro.
svn keywords are neither substituted by git-svn nor catched by existing "$Revision a" macro, ignore them to not fail the build. git-svn-id: svn://kolibrios.org@7114 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -15,6 +15,13 @@ macro $Revision a {
|
||||
\}
|
||||
}
|
||||
|
||||
macro ignore_empty_revision_keyword {
|
||||
; svn keywords are neither substituted by git-svn nor catched by $Revision
|
||||
; macro above, ignore them to not fail the build
|
||||
macro $Rev#ision$ \{\}
|
||||
}
|
||||
ignore_empty_revision_keyword
|
||||
|
||||
$Revision$
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user