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: Paul D. Smith
Subject: Re: [PATCH] order-only prerequisite ends up in $<
Date: Wed, 21 Apr 2004 07:55:10 -0400

%% 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.

You should try the 3.81beta1 release; it works there.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

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