Project

General

Profile

« Previous | Next » 

Revision 14846

fix: inputs/input.Makefile: $(svnFilesGlob): only svn:ignore *.log in the top-level dir

View differences:

trunk/inputs/input.Makefile
135 135
##### SVN
136 136

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

Also available in: Unified diff