Revision 6125
Added by Aaron Marcuse-Kubitza about 12 years ago
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
input.Makefile: SVN: $(svnFilesGlob): Added root-level .sql files containing ~, which run additional commands after the original data is imported