Revision 1632
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/input.Makefile | ||
---|---|---|
75 | 75 |
|
76 | 76 |
# Must come before `%: %.make` to override it |
77 | 77 |
src/%: src/%.make _always |
78 |
$(make_script)
|
|
78 |
(set -x; $(make_script)) 3>&2 2>&1 1>&3|tee -a $@.log 3>&2 2>&1 1>&3
|
|
79 | 79 |
.PRECIOUS: src/% # save partial outputs of aborted src make scripts |
80 | 80 |
|
81 | 81 |
%: %.make _always |
Also available in: Unified diff
input.Makefile: `src/%: src/%.make`: Append stderr to log file