Project

General

Profile

« Previous | Next » 

Revision 1662

input.Makefile: `src/%: src/%.make`: Name the log file using the make_script name instead of the output file name

View differences:

input.Makefile
75 75

  
76 76
# Must come before `%: %.make` to override it
77 77
src/%: src/%.make _always
78
	(set -x; $(make_script)) 3>&2 2>&1 1>&3|tee -a $@.log 3>&2 2>&1 1>&3
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