From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Change to bzr build instructions Date: Tue, 22 Mar 2011 01:42:54 -0400 Message-ID: References: <30r5a1s4kt.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300772595 17951 80.91.229.12 (22 Mar 2011 05:43:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 22 Mar 2011 05:43:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 22 06:43:11 2011 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 1Q1uN4-0004Zm-IH for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2011 06:43:10 +0100 Original-Received: from localhost ([127.0.0.1]:46754 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1uN3-0004Lo-Vx for ged-emacs-devel@m.gmane.org; Tue, 22 Mar 2011 01:43:10 -0400 Original-Received: from [140.186.70.92] (port=36886 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q1uMq-0004Kl-GW for emacs-devel@gnu.org; Tue, 22 Mar 2011 01:42:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q1uMp-0000Oq-Bw for emacs-devel@gnu.org; Tue, 22 Mar 2011 01:42:56 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:44522 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q1uMp-0000Ok-13; Tue, 22 Mar 2011 01:42:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAP/Th01Ld/X5/2dsb2JhbAClQ3iITbl5hWMElWk X-IronPort-AV: E=Sophos;i="4.63,224,1299474000"; d="scan'208";a="97512799" Original-Received: from 75-119-245-249.dsl.teksavvy.com (HELO ceviche.home) ([75.119.245.249]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 22 Mar 2011 01:42:54 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 097A5660AF; Tue, 22 Mar 2011 01:42:54 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Mon, 21 Mar 2011 23:31:04 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:137513 Archived-At: >> Mostly the problem is that after running copy_autogen, it still tried >> to run autoheader. I had to "touch src/stamp-h.in". > I added that, basically. Good, thanks. >> So we should either be more careful about such dependencies in >> copy_autogen, or maybe try and get copy_autogen to set >> "enable-maintainer-mode=off". > I suppose it could do something like that, but I don't know if it is a > good idea. I really don't recommend the use of the copy_autogen script > at all, except very much as a last resort, so I wouldn't want to see it > get too fancy. I don't think we want to get too fancy, indeed. The `touch' trick seems sufficient for now. >> Another (minor) problem is that it's a lot more convenient to run >> ./autogen/copy than to cd into autogen to run ./copy and then cd back >> out of it. > OK, now either works. Great, thanks, Stefan