Revision 10256
Added by Aaron Marcuse-Kubitza over 11 years ago
input.Makefile | ||
---|---|---|
227 | 227 |
endif |
228 | 228 |
dbExports := $(filter-out grants.sql,$(dbExports)) |
229 | 229 |
dbExports := $(strip $(dbExports))# += adds extra whitespace |
230 |
allInstalls := $(if $(dbExports),sql) $(filter-out Source,$(allTables))
|
|
230 |
allInstalls := $(if $(dbExports),sql) $(allTables)
|
|
231 | 231 |
|
232 | 232 |
install: _always schema $(allInstalls:%=%/install) ; |
233 | 233 |
|
Also available in: Unified diff
bugfix: inputs/input.Makefile: Staging tables installation: $(allInstalls): don't filter out Source table, because it is now an installed table rather than just a mapping