From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Kardos, Dr(dot) Andreas" <kardos(at)repas-aeg(dot)de> |
Cc: | pgsql-ports(at)postgreSQL(dot)org |
Subject: | Re: [PORTS] QNX4 port |
Date: | 1999-12-21 16:54:25 |
Message-ID: | 199912211654.LAA05455@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
> >
> > if test "$GUESS"
> > then TEMPLATE="$GUESS"
> > else
> > # Last chance ... maybe uname -s will match an entry.
> > TEMPLATE=`uname -s | tr A-Z a-z`
> > fi
> >
> >and tries to guess the platform this way. My guess is that this would
> >catch qnx.
>
>
> As I have written above this unfortunately doesn't work on QNX. It catches
> "QNX" but not "qnx". I have tried it. Use
> TEMPLATE=`uname -s | tr [A-Z] [a-z]`
> or
> TEMPLATE=`uname -s | tr [:upper:] [:lower:]`
> instead.
OK, fixed.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Dan Rosner | 1999-12-21 16:59:44 | Re: [PORTS] Windows NT binary |
Previous Message | Hannu Krosing | 1999-12-21 16:44:45 | Re: [ANNOUNCE] Announce: PostgreSQL-6.5.3 binaries available for Windows NT |