From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.bugs Subject: Re: [PATCH] src/makefile.w32-in Date: Sun, 20 Jan 2008 21:50:48 +0000 Message-ID: <4793C238.3090708@gnu.org> References: <200801162026.m0GKQUaa000801@member.newsguy.com> <478F228D.2090608@gnu.org> <4793771D.5000805@newsguy.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1200865898 14494 80.91.229.12 (20 Jan 2008 21:51:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Jan 2008 21:51:38 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Bill Meier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jan 20 22:51:55 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JGi54-0003rA-PO for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Jan 2008 22:51:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGi4f-0003mm-Gv for geb-bug-gnu-emacs@m.gmane.org; Sun, 20 Jan 2008 16:51:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGi4a-0003mX-OU for bug-gnu-emacs@gnu.org; Sun, 20 Jan 2008 16:51:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGi4Z-0003mF-5x for bug-gnu-emacs@gnu.org; Sun, 20 Jan 2008 16:51:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGi4Z-0003mC-3e for bug-gnu-emacs@gnu.org; Sun, 20 Jan 2008 16:51:23 -0500 Original-Received: from mk-outboundfilter-3.mail.uk.tiscali.com ([212.74.114.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGi4Y-0000jh-Nk for bug-gnu-emacs@gnu.org; Sun, 20 Jan 2008 16:51:22 -0500 Original-X-Trace: 23087801/mk-outboundfilter-1.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAAAJpQk0dTQxds/2dsb2JhbAAIqww X-IP-Direction: OUT Original-Received: from i-83-67-23-108.freedom2surf.net (HELO [127.0.0.1]) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP/TLS/DHE-RSA-AES256-SHA; 20 Jan 2008 21:51:21 +0000 User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) In-Reply-To: <4793771D.5000805@newsguy.com> X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17388 Archived-At: Bill Meier wrote: > Jason Rumney wrote: >> I'm confused, what permissions are you talking about? Windows does >> not use POSIX permissions, all readable .exe files are considered >> executable. > > I'm not really familiar with the details of Windows file permissions > so the easiest way for me to respond is to say that in > my Windows environment (see below) a 'mingw32-make clean' > followed by a 'mingw32-make' fails with a > 'permission denied' for temacs.exe. Since the offending command is an echo, which is a shell built-in, which shell are you using to build Emacs? It seems to be one that we haven't encountered before, so there may be other problems.