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:

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to