Revision 11849
Added by Aaron Marcuse-Kubitza about 11 years ago
input.Makefile | ||
---|---|---|
231 | 231 |
dbExports := $(strip $(dbExports))# += adds extra whitespace |
232 | 232 |
allInstalls := $(if $(dbExports),sql) $(allTables) |
233 | 233 |
|
234 |
install: _always schema $(allInstalls:%=%/install) ;./run
|
|
234 |
install: _always |
|
235 | 235 |
$(if $(wildcard ./run),./run,+$(selfMake) install_oldstyle) |
236 | 236 |
|
237 | 237 |
install_oldstyle: _always schema $(allInstalls:%=%/install) ; |
Also available in: Unified diff
bugfix: inputs/input.Makefile: install: for new-style datasources, use the associated runscript instead (the old-style install target will not do everything that's needed for a new-style datasource)