From: | sugita(at)sra(dot)co(dot)jp |
---|---|
To: | tgl(at)sss(dot)pgh(dot)pa(dot)us |
Cc: | pgsql-patches(at)postgresql(dot)org |
Subject: | Re: install-sh patch for Mac OS X |
Date: | 2002-07-11 01:31:26 |
Message-ID: | 20020711.103126.74727914.sugita@sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: [PATCHES] install-sh patch for Mac OS X
Date: Wed, 10 Jul 2002 09:38:11 -0400
;;; sugita(at)sra(dot)co(dot)jp writes:
;;; > This is a small patch for following error.
;;;
;;; > -cpprog="${CPPROG-cp}"
;;; > +cpprog="${CPPROG-cp -p}"
;;;
;;; This seems a really *bad* idea.
I mean that timestamp of .a should not be changed.
Or ranlib again only for platforms required.
;;; Won't it cause the executables to be
;;; installed with the wrong ownership (ie, whatever you built them as,
;;; rather than the user you are doing "make install" as)?
Additional modifications for ownership and mode bits will fix it.
Kenji Sugita
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-07-11 01:34:55 | Re: implementing query timeout |
Previous Message | Jan Wieck | 2002-07-10 23:39:49 | Re: implementing query timeout |