Revision 13410
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/inputs/input.Makefile | ||
---|---|---|
227 | 227 |
dbExports := $(strip $(dbExports))# += adds extra whitespace |
228 | 228 |
allInstalls := $(if $(dbExports),sql) $(allTables) |
229 | 229 |
|
230 |
datasrc_schema_exists = schema=$(schema) $(root)/lib/runscripts/local.run\ |
|
231 |
pg_schema_exists && echo t |
|
232 |
|
|
230 | 233 |
install: _always |
231 | 234 |
$(if $(wildcard ./run),./run,+$(selfMake) install_oldstyle) |
232 | 235 |
+$(selfMake) validate/install |
Also available in: Unified diff
inputs/input.Makefile: added $(datasrc_schema_exists)