Project

General

Profile

« Previous | Next » 

Revision 6194

root Makefile: Datasources: inputs/install: Fixed bug where need to `wait` after `. bin/reinstall_all` to wait for inputs to finish installing before installing the public schema. This is necessary because views in the public schema now have dependencies on some datasources, such as TNRS.

View differences:

Makefile
312 312
inputs: _always inputs/all ;
313 313

  
314 314
inputs/install: _always
315
	echo '. bin/reinstall_all'|bash -s
315
	echo '. bin/reinstall_all; wait'|bash -s
316 316

  
317 317
import: _always import-msg inputs/import ;
318 318
import-msg: _always

Also available in: Unified diff