From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Broken lisp/Makefile.w32-in Date: Sun, 29 Sep 2002 02:43:03 -0300 Sender: emacs-devel-admin@gnu.org Message-ID: <20020929022529.CF64.LEKTU@terra.es> References: <20020920101908.3689.LEKTU@terra.es> <6480-Sat21Sep2002002308+0300-eliz@is.elta.co.il> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1033260372 7587 127.0.0.1 (29 Sep 2002 00:46:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Sep 2002 00:46:12 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17vSDq-0001yE-00 for ; Sun, 29 Sep 2002 02:46:10 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17vSwn-00047W-00 for ; Sun, 29 Sep 2002 03:32:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vSE0-00032X-00; Sat, 28 Sep 2002 20:46:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17vSCE-00030B-00 for emacs-devel@gnu.org; Sat, 28 Sep 2002 20:44:30 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17vSC9-0002z9-00 for emacs-devel@gnu.org; Sat, 28 Sep 2002 20:44:29 -0400 Original-Received: from [213.4.129.129] (helo=tsmtp9.mail.isp) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vSC9-0002yx-00 for emacs-devel@gnu.org; Sat, 28 Sep 2002 20:44:25 -0400 Original-Received: from [193.153.108.13] ([193.153.108.13]) by tsmtp9.mail.isp (Netscape Messaging Server 4.15 tsmtp9 Mar 14 2002 21:29:48) with ESMTP id H36CPY00.ZGQ; Sun, 29 Sep 2002 02:44:22 +0200 Original-To: "Eli Zaretskii" In-Reply-To: <6480-Sat21Sep2002002308+0300-eliz@is.elta.co.il> X-Mailer: Becky! ver. 2.05.06 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8223 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8223 On Sat, 21 Sep 2002 00:23:08 +0300 "Eli Zaretskii" wrote: > I don't object to the changes you posted, assuming they have been (or > will be ;-) tested on both NT-family and Windows 9X family of systems. I'm trying to test them, but I'm unable to bootstrap EMACS_21_1_RC on W95 (with or without my changes) because of a problem with `grep-compute-defaults' during the making of the custom-deps target: > Saving file c:/BIN/emacs/EMACS_21_1_RC/lisp/cus-load.el... > Symbol's function definition is void: grep-compute-defaults AFAICS, progmodes/compile.el has extensive changes in HEAD, including moving that function near the top to preclude problems with custom declarations. Another problem: several targets (bootstrap-clean, compile-files, etc.) do nested fors, and COMMAND.COM chokes on them. And finally a question: why is bootstrapping contingent on having a diff program (and maybe also grep, I'm not sure)? -- Juanma Barranquero