From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: using autoconf for lib-src/Makefile.in Date: Sun, 03 Aug 2008 18:12:50 -0700 Message-ID: <200808040112.m741CoiR029333@sallyv1.ics.uci.edu> References: <200808020443.m724h4vT017588@sallyv1.ics.uci.edu> <878wved53n.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217812549 19601 80.91.229.12 (4 Aug 2008 01:15:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 4 Aug 2008 01:15:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 04 03:16:39 2008 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.50) id 1KPoge-0004cz-QL for ged-emacs-devel@m.gmane.org; Mon, 04 Aug 2008 03:16:37 +0200 Original-Received: from localhost ([127.0.0.1]:39168 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPofj-0008BE-Q7 for ged-emacs-devel@m.gmane.org; Sun, 03 Aug 2008 21:15:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KPoff-000890-5Z for emacs-devel@gnu.org; Sun, 03 Aug 2008 21:15:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KPofe-00087j-Gn for emacs-devel@gnu.org; Sun, 03 Aug 2008 21:15:34 -0400 Original-Received: from [199.232.76.173] (port=40336 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KPofe-00087M-B8 for emacs-devel@gnu.org; Sun, 03 Aug 2008 21:15:34 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:52518) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KPofa-0006vt-CU; Sun, 03 Aug 2008 21:15:30 -0400 X-ICS-MailScanner-Watermark: 1218417172.85124@kpNiAWNrulruEPu2+8L5oQ Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m741CoiR029333; Sun, 3 Aug 2008 18:12:50 -0700 (PDT) In-Reply-To: <878wved53n.fsf@catnip.gol.com> (Miles Bader's message of "Sun, 03 Aug 2008 14:45:16 +0900") Original-Lines: 12 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:102017 Archived-At: Miles Bader writes: > Dan Nicolaescu writes: > > This patch gets rid of the C_SWITCH_SYSTEM #ifdef. It seems to work > > fine on x86 Fedora. > > BTW, isn't it generally considered a good idea to not use @fooo@ > substitutions directly in make rules, but rather use them indirectly via > a make variable? Thanks, wasn't aware of that. With this fixed, is the rest of the approach TRTD?