bug-make
[Top][All Lists]
Advanced

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

Re: [PATCH] order-only prerequisite ends up in $<


From: Noel Yap
Subject: Re: [PATCH] order-only prerequisite ends up in $<
Date: Wed, 21 Apr 2004 08:30:46 -0400
User-agent: Mozilla Thunderbird 0.5 (Windows/20040212)

Paul D. Smith wrote:

%% Jim <address@hidden> writes:

  j> Absolutely...

  j> all: junk.test

  j> $.test:%.c | thing
  j>         touch $@

  j> junk.c thing:
  j>         touch $@

  j> make...
  j> (touches thing and junk.c to create them)
  j> then after every touch of 'thing' junk.test is touched.

This is a bug in make 3.80; it's been fixed already.

Ahh, that explains why it works for me; I must've ran into this early on and 
had the patch installed.

Noel





reply via email to

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