Project

General

Profile

« Previous | Next » 

Revision 13410

inputs/input.Makefile: added $(datasrc_schema_exists)

View differences:

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