> Date: Wed, 8 Aug 2007 13:19:23 -0700 (PDT)
> From: joemama <[EMAIL PROTECTED]>
> 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.


_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to