Project

General

Profile

« Previous | Next » 

Revision 4420

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

View differences:

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