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: 11 Nov 2002 20:19:21 +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 1037201429 22974 80.91.224.249 (13 Nov 2002 15:30:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 13 Nov 2002 15:30:29 +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 18BzCb-00047a-00 for ; Wed, 13 Nov 2002 16:13:13 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18BzOY-00066k-00 for ; Wed, 13 Nov 2002 16:25:34 +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 18BMIa-0005IJ-00; Mon, 11 Nov 2002 16:40:48 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18BL1x-0002lB-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 15:19:33 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18BL1s-0002hg-00 for emacs-devel@gnu.org; Mon, 11 Nov 2002 15:19:30 -0500 Original-Received: from albion.dl.ac.uk ([148.79.80.39]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BL1n-0002aA-00; Mon, 11 Nov 2002 15:19:23 -0500 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 18BL1m-0005vi-00; Mon, 11 Nov 2002 20:19:22 +0000 Original-To: rms@gnu.org Original-Lines: 21 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:9370 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9370 Richard Stallman writes: > cd lib-src; make all \ > CC='gcc' CFLAGS='-g -O2' CPPFLAGS='-D_BSD_SOURCE ' \ > LDFLAGS='-L/usr/X11R6/lib' MAKE='make' > > It should not be executing those commands at all. ?? > Where do they come from? The first dependency of the target `all'. The problem is that make decided to build Makefile from Makefile.c for some reason. I suspect this has something to do with NFS and system times, but it isn't initially clear what, especially as it only happens against my copy of source from the CVS HEAD. [I don't need sysadmin advice on NFS, NTP et al if I need to diagnose this.]