make-w32
[Top][All Lists]
Advanced

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

Re: DOS gnu Make automatic variable / implicit rule question


From: Eli Zaretskii
Subject: Re: DOS gnu Make automatic variable / implicit rule question
Date: Thu, 17 Mar 2005 06:33:09 +0200

> Date: Wed, 16 Mar 2005 20:49:04 -0500
> From: "Paul D. Smith" <address@hidden>
> Cc: address@hidden
> 
> I'm not sure where $% came from; there is no such automatic variable.

??? Here's the relevant excerpt from the Make manual:

  `$%'
        The target member name, when the target is an archive member
        *Note Archives::.  For example, if the target is `foo.a(bar.o)'
        then `$%' is `bar.o' and `$@' is `foo.a'.  `$%' is empty when the
        target is not an archive member.

(I do agree that $% is not what the OP wants.)




reply via email to

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