pinfo.mk problem

Hello !

When I wrote my own pinfo.mk file, it contains line

PINFO DESCRIPTION=AC’97 blah, blah …

when make almost done, shell wrote error sh: no closing quote.

The documentation doesn’t say nothing about that feature :slight_smile:

Thanks !

Try the following:

PINFO DESCRIPTION=AC’97 blah blah

Failing that…

PINFO DESCRIPTION=AC97 blah blah

Cheers,
-Brian

“Mike Gorchak” <mike@malva.ua.remove.this.for.no.spam> wrote in message
news:agtt4k$kuf$1@inn.qnx.com

Hello !

When I wrote my own pinfo.mk file, it contains line

PINFO DESCRIPTION=AC’97 blah, blah …

when make almost done, shell wrote error sh: no closing quote.

The documentation doesn’t say nothing about that feature > :slight_smile:

Thanks !

I have been informed about plan C:

PINFO DESCRIPTION=“AC’97 blah blah”

Cheers,
-Brian

“Brian K. Hlady” <bhlady@qnx.com> wrote in message
news:ahk12f$kum$1@inn.qnx.com

Try the following:

PINFO DESCRIPTION=AC’97 blah blah

Failing that…

PINFO DESCRIPTION=AC97 blah blah

Cheers,
-Brian

“Mike Gorchak” <> mike@malva.ua.remove.this.for.no.spam> > wrote in message
news:agtt4k$kuf$> 1@inn.qnx.com> …
Hello !

When I wrote my own pinfo.mk file, it contains line

PINFO DESCRIPTION=AC’97 blah, blah …

when make almost done, shell wrote error sh: no closing quote.

The documentation doesn’t say nothing about that feature > :slight_smile:

Thanks !

\

Hello, Brian!

BKH> I have been informed about plan C:
BKH> PINFO DESCRIPTION=“AC’97 blah blah”

Thanks ! :slight_smile:

With best regards, Mike Gorchak.