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

From Tom Lane
Subject Re: [HACKERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link
Date
Msg-id 18190.1194974156@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: [HACKERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link
List pgsql-committers
Peter Eisentraut <peter_e@gmx.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

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Modify OS/X Darin test to actually work, (no $template)