Revision 5921
Added by Aaron Marcuse-Kubitza about 12 years ago
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 | 107 |
|
107 | 108 |
add: _always |
108 | 109 |
$(call setSvnIgnore,.,'*') |
109 | 110 |
$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace') |
110 | 111 |
$(call addDirWithIgnore,verify,'*.out') |
111 | 112 |
$(call addFile,import_order.txt) |
112 |
$(call add*,$(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob))))
|
|
113 |
$(call add*,$(svnFiles))
|
|
113 | 114 |
|
114 | 115 |
# Adds a new table subdir |
115 | 116 |
%/add: _always |
Also available in: Unified diff
input.Makefile: SVN: add: Factored list of files to add out into $(svnFiles) var