Project

General

Profile

« Previous | Next » 

Revision 5923

input.Makefile: SVN: $(svnFiles): Added _MySQL files that would otherwise be excluded with $(filter-out _% ...)

View differences:

input.Makefile
103 103

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

  
108 110
add: _always
109 111
	$(call setSvnIgnore,.,'*')

Also available in: Unified diff