Revision 13412
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,+$(selfMake) install_oldstyle) |
|
234 |
$(if $(wildcard ./run),./run,$(if\ |
|
235 |
$(datasrc_schema_exists),,+$(selfMake) install_oldstyle)) |
|
235 | 236 |
+$(selfMake) validate/install |
236 | 237 |
|
237 | 238 |
install_oldstyle: _always schema $(allInstalls:%=%/install) ; |
Also available in: Unified diff
bugfix: inputs/input.Makefile: install: made it idempotent (using new $(datasrc_schema_exists)) so that it could be run by `make install` on an existing system