Re: Strange issue with make
- From: Mirek Fidler <cxl@xxxxxxxxxx>
- Date: Thu, 2 Apr 2009 01:10:02 -0700 (PDT)
On Apr 2, 9:57 am, alex <a...@xxxxxxxxxxxxx> wrote:
use gmake
Mirek Fidler wrote:
Mirek Fidler wrote:
Hi,
I was trying to compile some Linux originated software on PC-BSD and
encountered a strange issue:
make: don't know how to make ide/app.tpp/Aboutn-us.tppi. Stop
*** Error code 2
where the problematic line of Makefile seems to be
ide/app.tpp/About$$en-us.tppi \
Obivously, BSD make variant seems to replace "$$e" with empty string.
That is weird, as "$$" is escape sequence for "$" (which is consistent
with files contained - there is file "ide/app.tpp/About$en-us.tppi").
Everything works just fine in Linux using GNU make.
Is "$$e" something special for BSD make? Is there any other way how to
escape '$' ?
Mirek
Hi,
I was trying to compile some Linux originated software on PC-BSD and
encountered a strange issue:
make: don't know how to make ide/app.tpp/Aboutn-us.tppi. Stop
*** Error code 2
where the problematic line of Makefile seems to be
ide/app.tpp/About$$en-us.tppi \
Obivously, BSD make variant seems to replace "$$e" with empty string.
That is weird, as "$$" is escape sequence for "$" (which is consistent
with files contained - there is file "ide/app.tpp/About$en-us.tppi").
Everything works just fine in Linux using GNU make.
Is "$$e" something special for BSD make? Is there any other way how to
escape '$' ?
Mirek
Well, actually, I am sort of getting that package ready to be build in
BSD (with not much BSD experiences); if it is possible, I would like
to use 'BSD standard' make....
.
- Follow-Ups:
- Re: Strange issue with make
- From: Lars Eighner
- Re: Strange issue with make
- References:
- Strange issue with make
- From: Mirek Fidler
- Re: Strange issue with make
- From: alex
- Strange issue with make
- Prev by Date: Re: Strange issue with make
- Next by Date: Re: Strange issue with make
- Previous by thread: Re: Strange issue with make
- Next by thread: Re: Strange issue with make
- Index(es):
Relevant Pages
|