Re: [HACKERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: [HACKERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link
Date: 2007-11-13 17:15:56
Message-ID: 18190.1194974156@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Am Samstag, 10. November 2007 schrieb Bruce Momjian:
>> Use strip -x on OS/X-darwin because non-"-x" causes link problems:

> How will this work, considering that $template isn't set anywhere?

It won't, of course. Perhaps something like

if test `uname -s` = Darwin

instead.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-13 18:15:01 pgsql: Modify OS/X Darin test to actually work, (no $template)
Previous Message Peter Eisentraut 2007-11-13 10:39:34 Re: pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2007-11-13 18:15:53 Re: [HACKERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link
Previous Message Jignesh K. Shah 2007-11-13 16:57:00 Re: LDC - Load Distributed Checkpoints with PG8.3b2 on Solaris