From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRtDl-0002S3-PH for qemu-devel@nongnu.org; Fri, 17 Jul 2009 15:35:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRtDg-0002O4-My for qemu-devel@nongnu.org; Fri, 17 Jul 2009 15:35:53 -0400 Received: from [199.232.76.173] (port=59023 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRtDg-0002Nw-HO for qemu-devel@nongnu.org; Fri, 17 Jul 2009 15:35:48 -0400 Received: from mail-fx0-f224.google.com ([209.85.220.224]:43452) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRtDg-0006pM-42 for qemu-devel@nongnu.org; Fri, 17 Jul 2009 15:35:48 -0400 Received: by fxm24 with SMTP id 24so10366fxm.34 for ; Fri, 17 Jul 2009 12:35:47 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Blue Swirl Date: Fri, 17 Jul 2009 22:35:27 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 00/37] Generate a proper LIBS variable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com, qemu-devel On Fri, Jul 17, 2009 at 10:20 PM, wrote: > From: Juan Quintela > > Hi > > Instead of having *_LIBS variables, generate a proper LIBS variable in > configure and use it in Makefiles. > > - Remove lots of other ifdef in Makefiles. > - s/HOST_SOLARIS/CONFIG_SOLARIS/ for coherence By the same logic, s/HOST_BSD/CONFIG_BSD/ > - s/HAVE_FDT/CONFIG_FDT/ There's also HAVE_PREADV and HAVE_IOVEC etc.