bug-make
[Top][All Lists]
Advanced

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

Re: 'How makefiles are remade'


From: Noel Yap
Subject: Re: 'How makefiles are remade'
Date: Tue, 20 Apr 2004 20:22:15 -0400
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

Jim wrote:

Noel Yap wrote:

This makefile works:

.PHONY: all

all: ;

include ticks

ticks:
    @touch $(@)


How do you know? Sure the rule is done, it doesn't mean that ticks is reloaded....

Since we have this sort of thing in our makefiles, I'm pretty sure it gets 
reloaded.  The above can easily be modified to show this.

Noel





reply via email to

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