Project

General

Profile

« Previous | Next » 

Revision 4379

input.Makefile: General targets: `%: %.make`: Don't always remake the target whenever it's visited, as other targets may depend on this file and it should not be remade whenever they are visited

View differences:

input.Makefile
86 86
%/: % _always ;
87 87

  
88 88
# Must come before `%: %.make` to override it
89
%: %.make _always
89
%: %.make
90 90
	(set -x; "time" $(make_script)) 2>>$<.log
91 91
.PRECIOUS: % # save partial outputs of aborted src make scripts
92 92

  

Also available in: Unified diff