From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: TODO additions Date: 17 Nov 2002 22:47:46 +0000 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210291902.g9TJ2AY18220@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037576118 2788 80.91.224.249 (17 Nov 2002 23:35:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2002 23:35:18 +0000 (UTC) Cc: monnier+gnu/emacs@rum.cs.yale.edu, 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 18DYwf-0000in-00 for ; Mon, 18 Nov 2002 00:35:17 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18DYyb-00057f-00 for ; Mon, 18 Nov 2002 00:37:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DYvT-0007TJ-00; Sun, 17 Nov 2002 18:34:03 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18DYCn-0005II-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 17:47:53 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18DYCk-0005BL-00 for emacs-devel@gnu.org; Sun, 17 Nov 2002 17:47:52 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18DYCh-000566-00; Sun, 17 Nov 2002 17:47:47 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 18DYCg-0002kR-00; Sun, 17 Nov 2002 22:47:46 +0000 Original-To: rms@gnu.org Original-Lines: 18 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:9506 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9506 Richard Stallman writes: > That code loked strange to me before, but I see now--it is this rule. > > ${SUBDIR}: maybe_bootstrap ${SUBDIR_MAKEFILES} FRC > cd $@; $(MAKE) all $(MFLAGS) \ > CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \ > LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' > > I see only one change since March 2001 that appears to have > affected this code. > > (all): Don't depend on maybe_bootstrap here. > (${SUBDIR}): Depend on it here instead. I doubt it has anything (directly?) to do with such changes in Emacs. It's probably some NFS/make obscurity which I'm not going to investigate at the moment.