Re: Support building in a different directory on Solaris

From: Ian Lance Taylor <ian(at)airs(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Support building in a different directory on Solaris
Date: 2001-08-10 21:39:41
Message-ID: sipua37fxe.fsf@daffy.airs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes:

> > The second is that /bin/find requires
> > an explicit -print when -o is used.
>
> This is a good change. A lot of older "find"s don't provide a default
> -print action at all (-o or no -o), so writing -print is the portable
> way to use it. I don't think you need two of them though.

Actually, you do, because of the -o. The -print is an action which is
applied to files which match up to that point. Actions are not
carried across -o, and actions found after a -o are not applied to
files matched before the -o.

If you have access to a Solaris system, try it.

Ian

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-08-10 21:44:49 Re: Support building in a different directory on Solaris
Previous Message Tom Lane 2001-08-10 21:28:17 Re: Support building in a different directory on Solaris