Project

General

Profile

« Previous | Next » 

Revision 5940

input.Makefile: SVN: $(*svnFilesGlob): Added */, _MySQL/ subdirs

View differences:

input.Makefile
101 101

  
102 102
##### SVN
103 103

  
104
svnFilesGlob := */{{,.}{map,*terms,VegBIEN}.csv{,.*},*header.*,*.sql,test*.xml*}
104
svnFilesGlob:= */{,{,.}{map,*terms,VegBIEN}.csv{,.*},*header.*,*.sql,test*.xml*}
105 105
svnFilesGlob := {*schema*.sql,{,*/}*.make,$(svnFilesGlob)}
106
_svnFilesGlob := _MySQL/{*schema*.sql,*.make}
106
_svnFilesGlob := _MySQL/{,*schema*.sql,*.make}
107 107
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\
108 108
$(call wildcard/,$(_svnFilesGlob))
109 109

  

Also available in: Unified diff