Project

General

Profile

« Previous | Next » 

Revision 6125

input.Makefile: SVN: $(svnFilesGlob): Added root-level .sql files containing ~, which run additional commands after the original data is imported

View differences:

inputs/input.Makefile
102 102
##### SVN
103 103

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

Also available in: Unified diff