Project

General

Profile

« Previous | Next » 

Revision 14676

fix: inputs/input.Makefile: $(svnFilesGlob): *.log should be in both the subdirs and the main dir

View differences:

input.Makefile
132 132

  
133 133
##### SVN
134 134

  
135
svnFilesGlob:= */{,{,.}{data,map,VegBIEN}.csv{,.*},*header.*,*.{log,sql},test.xml.ref}
136
svnFilesGlob := {map.csv,*{grants,validations,~}*.sql,{,*/}{*.make,*terms.csv},$(svnFilesGlob)}
135
svnFilesGlob:= */{,{,.}{data,map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref}
136
svnFilesGlob := {map.csv,*{grants,validations,~}*.sql,{,*/}{*.{log,make},*terms.csv},$(svnFilesGlob)}
137 137
_svnFilesGlob := {_MySQL/{,*.make},{,*/}{$(noImportFile),*{run,Makefile},*.{md5,url},*README.TXT}}
138 138
svnFiles = $(filter-out _% logs/% %.data.sql,$(call wildcard/,$(svnFilesGlob)))\
139 139
$(call wildcard/,$(_svnFilesGlob))

Also available in: Unified diff