Revision 10167
Added by Aaron Marcuse-Kubitza over 11 years ago
inputs/input.Makefile | ||
---|---|---|
136 | 136 |
svnFiles = $(filter-out _% logs/% %.data.sql,$(call wildcard/,$(svnFilesGlob)))\ |
137 | 137 |
$(call wildcard/,$(_svnFilesGlob)) |
138 | 138 |
|
139 |
add: _always $(if $(call dontImport,.),,add!) ; |
|
140 |
|
|
139 | 141 |
# To update all inputs with these settings: make inputs/add |
140 |
add: _always Source/add $(allTables:%=%/add) |
|
142 |
add!: _always Source/add $(allTables:%=%/add)
|
|
141 | 143 |
$(call setSvnIgnore,.,'*') |
142 | 144 |
$(call addDirWithIgnore,logs,$$'*.gz\n*.log.sql\n*.trace') |
143 | 145 |
$(call addDirWithIgnore,verify,$$'*.out\n*.csv\n*.xls\n*.xlsx') |
Also available in: Unified diff
bugfix: inputs/input.Makefile: SVN: add: don't add subdirs for datasources marked _no_import (e.g. datasources which only have an inputs/ dir to be listed in VegPath)