Revision 4378
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/input.Makefile | ||
---|---|---|
87 | 87 |
|
88 | 88 |
# Must come before `%: %.make` to override it |
89 | 89 |
%: %.make _always |
90 |
(set -x; "time" $(make_script)) 2>>$<.log.sql
|
|
90 |
(set -x; "time" $(make_script)) 2>>$<.log |
|
91 | 91 |
.PRECIOUS: % # save partial outputs of aborted src make scripts |
92 | 92 |
|
93 | 93 |
##### SVN |
Also available in: Unified diff
input.Makefile: General targets: `%: %.make`: Changed log file suffix to .log, because this log does not necessarily contain SQL statements