Project

General

Profile

« Previous | Next » 

Revision 4434

input.Makefile: Staging tables installation: sql/install: Fixed bug where _always was part of $+, causing cat to try to cat this nonexistent file

View differences:

inputs/input.Makefile
187 187
	echo 'DROP SCHEMA IF EXISTS "$(datasrc)" CASCADE;'|$(psqlAsBien)
188 188

  
189 189
# Must come before %/install to override it
190
sql/install: $(dbExports) _always
190
sql/install: $(dbExports)
191 191
	($(inDatasrc); cat $+|grep -vF 'SET search_path')|"time" $(psqlAsBien)
192 192

  
193 193
# The export must be created with:

Also available in: Unified diff