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
12 12

  
13 13
all:
14 14

  
15
.SUFFIXES:
15
.SUFFIXES: # turn off built-in suffix rules
16
.SECONDARY: # don't automatically delete intermediate files
16 17

  
17 18
_always:
18 19
.PHONY: _always

Also available in: Unified diff