From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Steingold Newsgroups: gmane.emacs.devel Subject: makefile-dependency-regex Date: Fri, 26 Aug 2005 11:08:45 -0400 Organization: disorganization Message-ID: Reply-To: sds@gnu.org NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1125069372 17606 80.91.229.2 (26 Aug 2005 15:16:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Aug 2005 15:16:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 26 17:16:08 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E8fup-0008Sy-0W for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2005 17:14:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8fyk-0003Ah-U8 for ged-emacs-devel@m.gmane.org; Fri, 26 Aug 2005 11:18:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E8fyT-00037E-FI for emacs-devel@gnu.org; Fri, 26 Aug 2005 11:18:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E8fyN-00033k-5n for emacs-devel@gnu.org; Fri, 26 Aug 2005 11:18:28 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8fyN-00033Y-1p for emacs-devel@gnu.org; Fri, 26 Aug 2005 11:18:27 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1E8fvO-0003aR-U6 for emacs-devel@gnu.org; Fri, 26 Aug 2005 11:15:23 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1E8fqe-0007TR-2i for emacs-devel@gnu.org; Fri, 26 Aug 2005 17:10:28 +0200 Original-Received: from fw-ext.alphatech.com ([198.112.236.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Aug 2005 17:10:28 +0200 Original-Received: from sds by fw-ext.alphatech.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Aug 2005 17:10:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: fw-ext.alphatech.com Mail-Copies-To: never X-Attribution: Sam X-Disclaimer: You should not expect anyone to agree with me. User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:yBbY+sL4n3ZmQTveGG9wIihbPno= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42427 Archived-At: I noticed that add-change-log-entry in a makefile recently started to include trailing whitespaces: For a rule foo : bar zot bar > foo it generated a changelog entry * Makefile (foo ): ... these two changes appear relevant: 2005-06-08 Richard M. Stallman (makefile-dependency-regex): Delete spurious `bb'. 2005-06-06 Richard M. Stallman * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace just like other allowed characters. Alas, I do not grok this huge regex... -- Sam Steingold (http://www.podval.org/~sds) running w2k Stupidity, like virtue, is its own reward.