Project

General

Profile

« Previous | Next » 

Revision 14705

bugfix: /Makefile: install: run bin/install first since config/download depends on it

View differences:

Makefile
25 25
# public must be installed *after* inputs because some views depend on inputs
26 26
# schemas/public/install also tests that a clean public schema will be
27 27
# installable by full-database import
28
install: _always config/download bin/install core mysql inputs/download/live \
28
install: _always bin/install config/download core mysql inputs/download/live \
29 29
inputs/install schemas/public/reinstall
30 30
	@$(done)
31 31
# schemas/public/install would errexit if the public schema already exists

Also available in: Unified diff