Revision 1260
Added by Aaron Marcuse-Kubitza almost 13 years ago
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
Makefiles: Use .SECONDARY with no prerequisites instead of setting a .PRECIOUS for each intermediate, to simplify turning off automatic deletion of intermediate files