Project

General

Profile

« Previous | Next » 

Revision 13375

bugfix: inputs/input.Makefile: %/postprocess: invoke runscript if it exists

View differences:

input.Makefile
294 294
	$(if $(wildcard $*/run),$(bin)/in_place $@ env text=1 $(bin)/repl $<)
295 295

  
296 296
%/postprocess: _always
297
	$(if $(wildcard $*/run),,$(selfMake) "$*/postprocess.sql/run")
297
	$(if\
298
$(wildcard $*/run),$*/run postprocess,$(selfMake) "$*/postprocess.sql/run")
298 299

  
299 300
%/map_table: _always
300 301
	$(if $(wildcard $*/run),$*/run map_table)

Also available in: Unified diff