Re: bugs fixed in -bk4

2004-06-26 Thread Sam Ravnborg
On Sat, Jun 26, 2004 at 05:17:55PM -0500, Boris Kolpackov wrote: > Sam Ravnborg <[EMAIL PROTECTED]> writes: > > > >From info make: > > > > > Rule Definition > > --- > > > >A rule is always expanded the same way, regardless of the form: > > > > IMMEDIATE : I

Re: bugs fixed in -bk4

2004-06-26 Thread Boris Kolpackov
Sam Ravnborg <[EMAIL PROTECTED]> writes: > >From info make: > > > Rule Definition > --- > >A rule is always expanded the same way, regardless of the form: > > IMMEDIATE : IMMEDIATE ; DEFERRED > DEFERRED > >That is, the target and prerequisite se

Re: bugs fixed in -bk4

2004-06-26 Thread Sam Ravnborg
On Sat, Jun 26, 2004 at 04:18:06PM -0500, Boris Kolpackov wrote: > > Another patch, which I think you may be interested in, is > pattern-specific-expansion.patch. Here is the description: > > The following makefile prints 'B' instead of 'A'. > > a := A > > %bar : arg := $a >