Revision 5940
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
101 | 101 |
|
102 | 102 |
##### SVN |
103 | 103 |
|
104 |
svnFilesGlob := */{{,.}{map,*terms,VegBIEN}.csv{,.*},*header.*,*.sql,test*.xml*}
|
|
104 |
svnFilesGlob:= */{,{,.}{map,*terms,VegBIEN}.csv{,.*},*header.*,*.sql,test*.xml*}
|
|
105 | 105 |
svnFilesGlob := {*schema*.sql,{,*/}*.make,$(svnFilesGlob)} |
106 |
_svnFilesGlob := _MySQL/{*schema*.sql,*.make} |
|
106 |
_svnFilesGlob := _MySQL/{,*schema*.sql,*.make}
|
|
107 | 107 |
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\ |
108 | 108 |
$(call wildcard/,$(_svnFilesGlob)) |
109 | 109 |
|
Also available in: Unified diff
input.Makefile: SVN: $(*svnFilesGlob): Added */, _MySQL/ subdirs