From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 25382 invoked from network); 3 Jun 2020 01:15:29 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 3 Jun 2020 01:15:29 -0000 Received: (qmail 14779 invoked by alias); 3 Jun 2020 01:15:20 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45951 Received: (qmail 10160 invoked by uid 1010); 3 Jun 2020 01:15:20 -0000 X-Qmail-Scanner-Diagnostics: from out4-smtp.messagingengine.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25828. spamassassin: 3.4.4. Clear:RC:0(66.111.4.28):SA:0(-2.6/5.0):. Processed in 0.709165 secs); 03 Jun 2020 01:15:20 -0000 X-Envelope-From: d.s@daniel.shahaf.name X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: none (ns1.primenet.com.au: domain at daniel.shahaf.name does not designate permitted sender hosts) X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrudefkedgfeekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepfffhvffukfgjfhfogggtgfesthhqtddtredtjeenucfhrhhomhepffgrnhhi vghlucfuhhgrhhgrfhcuoegurdhssegurghnihgvlhdrshhhrghhrghfrdhnrghmvgeqne cuggftrfgrthhtvghrnhephfdtteefheevuedthedutdeifeegteettdejtdffheduieei jeelteetkeduteehnecukfhppeejledrudejiedrfeelrdeileenucevlhhushhtvghruf hiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpegurdhssegurghnihgvlhdrshhh rghhrghfrdhnrghmvg X-ME-Proxy: Date: Wed, 3 Jun 2020 01:14:42 +0000 From: Daniel Shahaf To: Yasuhiro KIMURA Cc: zsh-workers@zsh.org Subject: Re: 'make install' fails when build directory is differnet from that of source tree. Message-ID: <20200603011442.1657047e@tarpaulin.shahaf.local2> In-Reply-To: <20200602.032345.1340764154463201975.yasu@utahime.org> References: <20200531015739.4679267a@tarpaulin.shahaf.local2> <20200531.164634.342543794698281016.yasu@utahime.org> <20200601080342.105dbccc@tarpaulin.shahaf.local2> <20200602.032345.1340764154463201975.yasu@utahime.org> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Yasuhiro KIMURA wrote on Tue, 02 Jun 2020 03:23 +0900: > From: Daniel Shahaf > Subject: Re: 'make install' fails when build directory is differnet from = that of source tree. > Date: Mon, 1 Jun 2020 08:03:42 +0000 >=20 > > I suspect that extending the last patch (workers/45943) to (1)=C2=A0copy > > Doc/help/ and Doc/help.txt [due to the aforementioned workers/43392], > > and (2)=C2=A0s/cp/cp -p/, would address this. However, I'm afraid I do= n't > > currently have time to implement and test this. If you have time to do > > so, you'll be very welcome; if not, I'll implement that and post the > > patch when I have a minute. =20 >=20 > I changed your patch as following. >=20 > ---------------------------------------------------------------------- =E2=8B=AE > ---------------------------------------------------------------------- >=20 > Then tarball out-of-tree 'make install.runhelp' succeeds on base > system only FreeBSD 12.1 amd. Thanks! Merged. Daniel