Revision 13375
Added by Aaron Marcuse-Kubitza almost 11 years ago
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
bugfix: inputs/input.Makefile: %/postprocess: invoke runscript if it exists