[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Failure in test subobj9.test with heirloom make
From: |
Stefano Lattarini |
Subject: |
Re: Failure in test subobj9.test with heirloom make |
Date: |
Thu, 22 Apr 2010 10:59:59 +0200 |
User-agent: |
KMail/1.12.1 (Linux/2.6.30-2-686; KDE/4.3.4; i686; ; ) |
At Tuesday 20 April 2010, Ralf Wildenhues <address@hidden> wrote:
> > > include .//file
> >
> > This one is sufficient o trigger the bug.
>
> What about when you use quoting around the file name?
Same error with double quotes:
$ : > foo.mk
$ cat > double.mk
a:;
include ".//foo.mk"
EOF
$ heirloom-make -f double.mk
heirloom-make: fatal error: line 2: cannot get /foo.mk for including
.
Single quotes seems not to be recognized as filename-quoting:
$ : > foo.mk
$ cat > single.mk
a:;
include 'foo.mk'
EOF
$ heirloom-make -f single.mk
heirloom-make: fatal error: line 2: cannot get 'foo.mk' for including
.
Sorry I didn't answer before, but your message had fallen of my radar
somehow.
Regards,
Stefano