Revision 11564
Added by Aaron Marcuse-Kubitza about 11 years ago
input.Makefile | ||
---|---|---|
132 | 132 |
|
133 | 133 |
##### SVN |
134 | 134 |
|
135 |
svnFilesGlob:= */{,$(noImportFile),{,.}{data,map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref}
|
|
135 |
svnFilesGlob:= */{,{,.}{data,map,VegBIEN}.csv{,.*},*header.*,*.sql,test.xml.ref} |
|
136 | 136 |
svnFilesGlob := {map.csv,*{schema,grants,~}*.sql,{,*/}{*.make,*terms.csv},$(svnFilesGlob)} |
137 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},{,*/}{*{run,Makefile},*.{md5,url,pdf},*README.TXT}} |
|
137 |
_svnFilesGlob := {_MySQL/{,*schema*.sql,*.make},{,*/}{$(noImportFile),*{run,Makefile},*.{md5,url,pdf},*README.TXT}}
|
|
138 | 138 |
svnFiles = $(filter-out _% logs/% %.data.sql,$(call wildcard/,$(svnFilesGlob)))\ |
139 | 139 |
$(call wildcard/,$(_svnFilesGlob)) |
140 | 140 |
|
Also available in: Unified diff
inputs/input.Makefile: $(_svnFilesGlob): also svn-add _no_import in the top-level datasrc dir. (this requires using add! , because the presence of a _no_import file there will normally turn off adding by svnFilesGlob.)