Revision 13415
Added by Aaron Marcuse-Kubitza over 10 years ago
input.Makefile | ||
---|---|---|
231 | 231 |
$(root)/lib/runscripts/local.run pg_schema_exists && echo t) |
232 | 232 |
|
233 | 233 |
install: _always |
234 |
$(if $(wildcard ./run),./run install,$(if\ |
|
235 |
$(datasrc_schema_exists),,+$(selfMake) install_oldstyle)) |
|
234 |
$(if $(wildcard ./run),./run install,$(if $(wildcard table.run),$(if\
|
|
235 |
$(datasrc_schema_exists),,+$(selfMake) install_oldstyle)))
|
|
236 | 236 |
+$(selfMake) validate/install |
237 |
# table.run: only run this for datasource dirs |
|
237 | 238 |
|
238 | 239 |
install_oldstyle: _always schema $(allInstalls:%=%/install) ; |
239 | 240 |
|
Also available in: Unified diff
bugfix: inputs/input.Makefile: install: only run this for datasource dirs