Project

General

Profile

« Previous | Next » 

Revision 1260

Makefiles: Use .SECONDARY with no prerequisites instead of setting a .PRECIOUS for each intermediate, to simplify turning off automatic deletion of intermediate files

View differences:

Makefile
40 40

  
41 41
all:
42 42

  
43
.SUFFIXES:
43
.SUFFIXES: # turn off built-in suffix rules
44
.SECONDARY: # don't automatically delete intermediate files
44 45

  
45 46
_always:
46 47
.PHONY: _always

Also available in: Unified diff