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