[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
intermediate files
From: |
ali hagigat |
Subject: |
intermediate files |
Date: |
Wed, 20 Oct 2010 09:06:59 +0330 |
Can an intermediate file be created automatically by a
makefile?(without .INTERMEDIATE target) Please write a simple example.
Thank you.
PS.
.DEFAULT can not be used as:
.DEFAULT:
for an empty command, it should be: .DEFAULT: ;
It is different with a regular target and the following valid rule
with empty recipe :
target1:
- intermediate files,
ali hagigat <=