From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Stephen J. Turnbull" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r100503: Fix config.h includes. Date: Thu, 03 Jun 2010 22:08:28 +0900 Message-ID: <87ljaw9sc3.fsf@uwakimon.sk.tsukuba.ac.jp> References: <87typla5p1.fsf@uwakimon.sk.tsukuba.ac.jp> <87r5kp9xwy.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1275570566 27967 80.91.229.12 (3 Jun 2010 13:09:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Jun 2010 13:09:26 +0000 (UTC) Cc: Dan Nicolaescu , Stefan Monnier , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 03 15:09:24 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OKAAl-0002uK-Uk for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 15:09:24 +0200 Original-Received: from localhost ([127.0.0.1]:40471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKAAl-0006Vo-A7 for ged-emacs-devel@m.gmane.org; Thu, 03 Jun 2010 09:09:23 -0400 Original-Received: from [140.186.70.92] (port=60710 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKAAe-0006TB-Pi for emacs-devel@gnu.org; Thu, 03 Jun 2010 09:09:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKAAd-0007Xx-32 for emacs-devel@gnu.org; Thu, 03 Jun 2010 09:09:16 -0400 Original-Received: from mtps01.sk.tsukuba.ac.jp ([130.158.97.223]:56516) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKAAc-0007XP-Qg; Thu, 03 Jun 2010 09:09:15 -0400 Original-Received: from uwakimon.sk.tsukuba.ac.jp (uwakimon.sk.tsukuba.ac.jp [130.158.99.156]) by mtps01.sk.tsukuba.ac.jp (Postfix) with ESMTP id E0D8E1535A8; Thu, 3 Jun 2010 22:09:11 +0900 (JST) Original-Received: by uwakimon.sk.tsukuba.ac.jp (Postfix, from userid 1000) id 5301011FFC5; Thu, 3 Jun 2010 22:08:28 +0900 (JST) In-Reply-To: X-Mailer: VM 8.0.12-devo-585 under 21.5 (beta29) "garbanzo" a03421eb562b XEmacs Lucid (x86_64-unknown-linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:125478 Archived-At: Miles Bader writes: > "Stephen J. Turnbull" writes: > > Specifically, people who build both in-tree and out-of-tree. > > Does anybody actually do that? It's a very bad habit to get into, > because it often doesn't work. I don't know if anybody does it habitually; if they do, problems haven't been reported where I can see them. I've never had problems when I do it (not very often, usually by accident or greater than usual laziness). The exception is when a new file gets an '#include "config.h"', but that's a bug.