From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master fails to build on FreeBSD when ACL support is on Date: Sat, 20 Jan 2018 09:46:00 +0200 Message-ID: <83d125t1l3.fsf@gnu.org> References: <86o9lua0yx.fsf@phe.ftfl.ca> <834lnly8ht.fsf@gnu.org> <86vafy20sj.fsf@phe.ftfl.ca> <83o9lpuct5.fsf@gnu.org> <83lggtu1qn.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1516434320 19306 195.159.176.226 (20 Jan 2018 07:45:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 20 Jan 2018 07:45:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 20 08:45:15 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ecnpq-0004GY-LV for ged-emacs-devel@m.gmane.org; Sat, 20 Jan 2018 08:45:06 +0100 Original-Received: from localhost ([::1]:49777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecnrq-0001A2-Q3 for ged-emacs-devel@m.gmane.org; Sat, 20 Jan 2018 02:47:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecnr6-00019w-6H for emacs-devel@gnu.org; Sat, 20 Jan 2018 02:46:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ecnr1-0005tu-IC for emacs-devel@gnu.org; Sat, 20 Jan 2018 02:46:24 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48989) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ecnr1-0005tg-Ev; Sat, 20 Jan 2018 02:46:19 -0500 Original-Received: from [176.228.60.248] (port=3133 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ecnr0-0007RG-UT; Sat, 20 Jan 2018 02:46:19 -0500 In-reply-to: (message from Stefan Monnier on Fri, 19 Jan 2018 15:53:33 -0500) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222102 Archived-At: > From: Stefan Monnier > Date: Fri, 19 Jan 2018 15:53:33 -0500 > Cc: emacs-devel@gnu.org > > >> Hmm.. the comment here doesn't explain the (file-name-absolute-p > >> target-file) test, and the commit message > > It doesn't? > > No, it doesn't explain why we create the temp file next to the target if > target is absolute and we create it in /tmp if target is relative. That's how make-temp-file works, so this place is not the right one to explain that.