From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Dhruva Krishnamurthy" Newsgroups: gmane.emacs.devel Subject: gmake info: makefile patch Date: Mon, 03 May 2004 16:58:35 +0530 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1083583715.8682.185530670@webmail.messagingengine.com> References: <1083564435.20498.185520391@webmail.messagingengine.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1083584359 27419 80.91.224.253 (3 May 2004 11:39:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 May 2004 11:39:19 +0000 (UTC) Cc: Emacs Devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon May 03 13:39:11 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKbmx-00038L-00 for ; Mon, 03 May 2004 13:39:11 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BKbmx-0006LP-00 for ; Mon, 03 May 2004 13:39:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKbmT-0008ED-2p for emacs-devel@quimby.gnus.org; Mon, 03 May 2004 07:38:41 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKbfA-000781-Dl for emacs-devel@gnu.org; Mon, 03 May 2004 07:31:08 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKbd8-0006hv-VN for emacs-devel@gnu.org; Mon, 03 May 2004 07:29:35 -0400 Original-Received: from [66.111.4.26] (helo=out2.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKbci-0006cJ-OG; Mon, 03 May 2004 07:28:36 -0400 Original-Received: from server2.messagingengine.com (server2.internal [10.202.2.133]) by mail.messagingengine.com (Postfix) with ESMTP id 82295AE4DBA; Mon, 3 May 2004 07:28:35 -0400 (EDT) Original-Received: by server2.messagingengine.com (Postfix, from userid 99) id AC90B83EAB; Mon, 3 May 2004 07:28:35 -0400 (EDT) Content-Disposition: inline X-Mailer: MIME::Lite 1.3 (F2.71; T1.001; A1.51; B2.12; Q2.03) Original-To: "Jason Rumney" X-Sasl-Enc: qlBtNZeBLbZ2WjZhLKJCXg 1083583715 In-Reply-To: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22607 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22607 > > Also, I noticed "gmake info" failes on MinGW-GCC on W2K. The problem is > > with backslash ("\") in makefile.w32-in at target "info:". Changing it > > to forward slashes "/", fixes this problem. > > nmake seems to accept either, so I've installed this fix. It has to be done in emacs/nt/makefile.w32-in file (not in man/makefile.w32-in). Sorry for not being more specific. -dhruva Diff for original versus modified [diff -p \tmp\cvs\emacs\nt\makefile.w32-in makefile.w32-in] *** \tmp\cvs\emacs\nt\makefile.w32-in Fri Apr 23 09:16:57 2004 --- makefile.w32-in Mon May 3 12:59:23 2004 *************** force-info: *** 218,226 **** # put the info files in $(infodir), # so we can do ok running make in the build dir. info: force-info ! (cd ..\man && $(MAKE) $(MFLAGS) info) ! (cd ..\lispref && $(MAKE) $(MFLAGS) info) ! (cd ..\lispintro && $(MAKE) $(MFLAGS) info) # # Maintenance --- 218,226 ---- # put the info files in $(infodir), # so we can do ok running make in the build dir. info: force-info ! (cd ../man && $(MAKE) $(MFLAGS) info) ! (cd ../lispref && $(MAKE) $(MFLAGS) info) ! (cd ../lispintro && $(MAKE) $(MFLAGS) info) # # Maintenance ________________________________________ Dhruva Krishnamurthy Proud FSF member: #1935 http://schemer.fateback.com/