Revision 6806
Added by Aaron Marcuse-Kubitza almost 12 years ago
input.Makefile | ||
---|---|---|
127 | 127 |
svnFiles = $(filter-out _% logs/%,$(call wildcard/,$(svnFilesGlob)))\ |
128 | 128 |
$(call wildcard/,$(_svnFilesGlob)) |
129 | 129 |
|
130 |
# To update all inputs with these settings: make inputs/add |
|
130 | 131 |
add: _always Source/add Source/map.csv $(allTables:%=%/add) |
131 | 132 |
$(call setSvnIgnore,.,'*') |
132 | 133 |
$(call addDirWithIgnore,logs,$$'*.log.sql\n*.trace') |
Also available in: Unified diff
input.Makefile: SVN: add: Added comment with instructions to update all inputs with these settings, using `make inputs/add`