Revision 4420
Added by Aaron Marcuse-Kubitza about 12 years ago
input.Makefile | ||
---|---|---|
92 | 92 |
%/: % _always ; |
93 | 93 |
|
94 | 94 |
%: %.make |
95 |
$(if $(wildcard $@),,(set -x; "time" $(make_script)) 2>>$<.log)
|
|
95 |
$(if $(wildcard $@),,"time" $(make_script))
|
|
96 | 96 |
# Only remake if doesn't exist. This prevents unintentional remaking when the |
97 | 97 |
# make script is newly checked out from svn (which sets the mod time to now) but |
98 | 98 |
# the output is synced externally. |
Also available in: Unified diff
inputs/input.Makefile: `%: %.make`: Don't automatically redirect stderr to a log file, because some .make scripts need to display password prompts, etc. on the TTY and output them to stderr instead of /dev/tty