tech-toolchain archive

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

Re: Make and makefile bugs (PRs 49085, 49086, 49087)



On Mon, Aug 18, 2014 at 03:17:44PM +0200, Antoine LECA wrote:
> On 2014-08-17 15:03Z, Jarmo Jaakkola wrote:
> > So, if .a, .b, and .a.b are known suffixes,
> 
> According to POSIX, .a.b is not a valid suffix:
>       [...] (where .s1 and .s2 are suffixes that have been given as
>        prerequisites of the .SUFFIXES special target and s1 and s2 do
>        not contain any <slash> or <period> characters.)

Yeah, I know.  But our implementation allows any string not containing
a slash as an extension, thus we need to deal with this possibility.

-- 
Jarmo Jaakkola


Home | Main Index | Thread Index | Old Index