bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug with intermediate files?


From: ali hagigat
Subject: Bug with intermediate files?
Date: Mon, 8 Nov 2010 09:21:58 +0330

.INTERMEDIATE does not work correctly:

The following makefile is run with:
root> make my.all
Why the file, my.gch is created (it is not removed!) while it is an
intermediate file?

.INTERMEDIATE: my.gch
%.all: %.gch
       @echo hhhhhhhhhh
%.gch:
       @echo kkkkkkkk
       @touch $@



reply via email to

[Prev in Thread] Current Thread [Next in Thread]