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: Patch for fields of `struct buffer' Date: Wed, 02 Feb 2011 11:37:59 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296669412 8766 80.91.229.12 (2 Feb 2011 17:56:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Feb 2011 17:56:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 02 18:56:47 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 1Pkgwh-0000zs-1u for ged-emacs-devel@m.gmane.org; Wed, 02 Feb 2011 18:56:47 +0100 Original-Received: from localhost ([127.0.0.1]:45920 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pkgwf-0005tm-Kj for ged-emacs-devel@m.gmane.org; Wed, 02 Feb 2011 12:56:45 -0500 Original-Received: from [140.186.70.92] (port=48640 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pkflt-0007u6-86 for emacs-devel@gnu.org; Wed, 02 Feb 2011 11:41:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkfiS-0000cz-Dv for emacs-devel@gnu.org; Wed, 02 Feb 2011 11:38:05 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:25797 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkfiS-0000cp-Be for emacs-devel@gnu.org; Wed, 02 Feb 2011 11:38:00 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEADcXSU1Ld/Rc/2dsb2JhbAClGXS8DYVTBIR4jxQ X-IronPort-AV: E=Sophos;i="4.60,414,1291611600"; d="scan'208";a="90270372" Original-Received: from 75-119-244-92.dsl.teksavvy.com (HELO ceviche.home) ([75.119.244.92]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 02 Feb 2011 11:37:59 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 5A458660DC; Wed, 2 Feb 2011 11:37:59 -0500 (EST) In-Reply-To: (Tom Tromey's message of "Wed, 02 Feb 2011 09:26:31 -0700") 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:135472 Archived-At: > The rule that runs make-docfile depends on the object files. This won't > work here, since we need to create globals.h before doing any > compilation. > Also, make-docfile.c takes the .o file name and turns it into a .c or > .m, depending on what it finds in the source tree. We need to do this > transformation in the Makefile to make the dependencies correct. Then maybe the right fix is to change the current Makefile to use *.m and *.c names and turn then into *.o where/when needed. Stefan