Revision 8241
Added by Aaron Marcuse-Kubitza almost 12 years ago
inputs/input.Makefile | ||
---|---|---|
288 | 288 |
|
289 | 289 |
%/reinstall: _always %/uninstall %/install ; |
290 | 290 |
|
291 |
postprocess: _always $(allTables:%=%/postprocess.sql/run) ;
|
|
291 |
postprocess: _always $(allTables:%=%/postprocess) ; |
|
292 | 292 |
|
293 | 293 |
cleanup: _always $(tables:%=%/cleanup) ; |
294 | 294 |
|
Also available in: Unified diff
inputs/input.Makefile: postprocess: Use %/postprocess instead of %/postprocess.sql/run so $*/import is also run