Revision 6565
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
208 | 208 |
dbExports += $(filter-out $(dbExports),$(call dbExportsWildcard,*.sql)) |
209 | 209 |
endif |
210 | 210 |
dbExports := $(strip $(dbExports))# += adds extra whitespace |
211 |
allInstalls := $(if $(dbExports),sql) $(allTables)
|
|
211 |
allInstalls := $(if $(dbExports),sql) $(filter-out Source,$(allTables))
|
|
212 | 212 |
|
213 | 213 |
install: _always schema $(allInstalls:%=%/install) ; |
214 | 214 |
|
Also available in: Unified diff
inputs/input.Makefile: Staging tables installation: $(allInstalls): Exclude the Source table, which contains only (metadata) mappings, not data