Re: mention converses

2010-12-27 Thread jidanni
> "PS" == Paul Smith writes: PS> On Mon, 2010-12-27 at 16:19 +0800, jida...@jidanni.org wrote: >> On (info "(make) Automatic Variables") you mention >> `$(@F)' is equivalent to `$(notdir $@)'. >> >> But on (info "(make) File Name Functions") you don't mention the >> converse! >> >> Nobody wo

Re: mention converses

2010-12-27 Thread Paul Smith
On Mon, 2010-12-27 at 16:19 +0800, jida...@jidanni.org wrote: > On (info "(make) Automatic Variables") you mention > `$(@F)' is equivalent to `$(notdir $@)'. > > But on (info "(make) File Name Functions") you don't mention the > converse! > > Nobody would have guessed there are shorter ways to wr

mention converses

2010-12-27 Thread jidanni
On (info "(make) Automatic Variables") you mention `$(@F)' is equivalent to `$(notdir $@)'. But on (info "(make) File Name Functions") you don't mention the converse! Nobody would have guessed there are shorter ways to write those things. Same for all the other items on those pages. $ make -v G