Revision 8801
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
122 | 122 |
# To update all inputs with these settings: make inputs/add |
123 | 123 |
add: _always Source/add $(allTables:%=%/add) |
124 | 124 |
$(call setSvnIgnore,.,'*') |
125 |
$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace') |
|
125 |
$(call addDirWithIgnore,logs,$$'*.gz\n*.log.sql\n*.trace')
|
|
126 | 126 |
$(call addDirWithIgnore,verify,$$'*.out\n*.csv\n*.xls\n*.xlsx') |
127 | 127 |
$(call addFile,import_order.txt) |
128 | 128 |
$(if $(wildcard _MySQL/),$(call addDirWithIgnore,_MySQL,'*')) |
... | ... | |
133 | 133 |
# Adds a new table subdir |
134 | 134 |
%/add: _always |
135 | 135 |
$(call addDirWithIgnore,$*,'*') |
136 |
$(call addDirWithIgnore,$*/logs,$$'*.log.sql\n*.trace') |
|
136 |
$(call addDirWithIgnore,$*/logs,$$'*.gz\n*.log.sql\n*.trace')
|
|
137 | 137 |
|
138 | 138 |
##### Existing maps discovery |
139 | 139 |
|
Also available in: Unified diff
inputs/input.Makefile: SVN: add, %/add: */logs: also svn:ignore *.gz, used for compressed log files