From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8910 invoked by alias); 11 Jul 2011 17:54:38 -0000 Received: (qmail 8901 invoked by uid 22791); 11 Jul 2011 17:54:37 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jul 2011 17:54:21 +0000 Received: from hpaq6.eem.corp.google.com (hpaq6.eem.corp.google.com [172.25.149.6]) by smtp-out.google.com with ESMTP id p6BHsKwb020309 for ; Mon, 11 Jul 2011 10:54:20 -0700 Received: from gyb13 (gyb13.prod.google.com [10.243.49.77]) by hpaq6.eem.corp.google.com with ESMTP id p6BHsBbB026378 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Mon, 11 Jul 2011 10:54:19 -0700 Received: by gyb13 with SMTP id 13so1812817gyb.29 for ; Mon, 11 Jul 2011 10:54:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.91.47.19 with SMTP id z19mr1907838agj.45.1310406858735; Mon, 11 Jul 2011 10:54:18 -0700 (PDT) Received: by 10.90.8.9 with HTTP; Mon, 11 Jul 2011 10:54:18 -0700 (PDT) In-Reply-To: References: <201107080344.p683iRUq024788@ignucius.se.axis.com> <201107080020.19357.vapier@gentoo.org> Date: Mon, 11 Jul 2011 17:54:00 -0000 Message-ID: Subject: Re: sim: using automake From: Doug Evans To: Tom Tromey Cc: Mike Frysinger , gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-07/txt/msg00069.txt.bz2 On Mon, Jul 11, 2011 at 10:24 AM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> [I would prefer to avoid automake.] > > Can you say why? It's an extra layer of complication that I've always had to fight with (as opposed to working with). There are lots of problems that can be solved by an extra layer of abstraction (heck, Transmeta lived (and died, heh) by that). But I haven't been convinced that this is one of them.