help-make
[Top][All Lists]
Advanced

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

Re: What does this do: $(@:_config=)


From: Eli Zaretskii
Subject: Re: What does this do: $(@:_config=)
Date: Thu, 09 Aug 2007 06:22:03 +0300

> Date: Wed, 8 Aug 2007 13:19:23 -0700 (PDT)
> From: joemama <address@hidden>
> Cc: 
> 
> atngw100_config: unconfig
>     @./mkconfig $(@:_config=) avr32 at32ap atngw100 atmel at32ap7000
> 
> Specifically interested in this part: $(@:_config=)     

It deletes (replaces with an empty string) "_config" from the value of
$@, the target of the rule.  For example, if the target being made is
atngw100_config, then mkconfig is called with its first argument being
atngw100.




reply via email to

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