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 22588 invoked from network); 31 May 2020 05:37:50 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 31 May 2020 05:37:50 -0000 Received: (qmail 12858 invoked by alias); 31 May 2020 05:37:34 -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: 45945 Received: (qmail 15093 invoked by uid 1010); 31 May 2020 05:37:34 -0000 X-Qmail-Scanner-Diagnostics: from gate.utahime.jp by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25821. spamassassin: 3.4.4. Clear:RC:0(183.180.29.210):SA:0(-2.0/5.0):. Processed in 1.504523 secs); 31 May 2020 05:37:34 -0000 X-Envelope-From: yasu@utahime.org X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at utahime.org designates 183.180.29.210 as permitted sender) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.3 at eastasia.home.utahime.org Date: Sun, 31 May 2020 14:36:26 +0900 (JST) Message-Id: <20200531.143626.1793884572394338669.yasu@utahime.org> To: zsh-workers@zsh.org Subject: Re: 'make install' fails when build directory is differnet from that of source tree. From: Yasuhiro KIMURA In-Reply-To: <20200531013919.14b9899f@tarpaulin.shahaf.local2> References: <20200529225401.640a2b75@tarpaulin.shahaf.local2> <20200530.180516.365810412746058204.yasu@utahime.org> <20200531013919.14b9899f@tarpaulin.shahaf.local2> X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Daniel Shahaf Subject: Re: 'make install' fails when build directory is differnet from that of source tree. Date: Sun, 31 May 2020 01:39:19 +0000 > The revised patch attached should resolve this, too. I tried new patch and confirmed that now in each case 'make install' succeeds and './configure' doesn't complain anything. > I'll reply to the third issue separately. As for 3rd issue I'm still testing. So I also will report the result separately. --- Yasuhiro KIMURA