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