Project

General

Profile

« Previous | Next » 

Revision 9842

inputs/input.Makefile: %/postprocess: don't run postprocess.sql if it is supposed to be run by a runscript, because postprocess.sql may then depend on additional steps the runscript runs before it

View differences:

input.Makefile
262 262
"time" env no_search_path=1 ../$(bin)/psql_verbose_vegbien \
263 263
--set=table='"$(*D)"' --set=table_str=\''"$(*D)"'\'))
264 264

  
265
%/postprocess: _always %/postprocess.sql/run
265
%/postprocess: _always
266
	$(if $(wildcard $*/run),,$(selfMake) $*/postprocess.sql/run)
266 267
	$(if $(wildcard $*/import),$*/import)
267 268

  
268 269
# For staging tables which are derived by joining together other staging tables.

Also available in: Unified diff