From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15498 invoked by alias); 14 May 2009 13:27:05 -0000 Received: (qmail 15490 invoked by uid 22791); 14 May 2009 13:27:04 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f161.google.com (HELO mail-ew0-f161.google.com) (209.85.219.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 14 May 2009 13:26:59 +0000 Received: by ewy5 with SMTP id 5so2135956ewy.30 for ; Thu, 14 May 2009 06:26:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.210.66.1 with SMTP id o1mr2718577eba.56.1242307616472; Thu, 14 May 2009 06:26:56 -0700 (PDT) Date: Thu, 14 May 2009 13:27:00 -0000 Message-ID: Subject: Re: lwIP upgrade to CVS HEAD From: David Fernandez To: eCos development list Cc: Simon Kallweit , John Dallaway , John Eigelaar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2009-05/txt/msg00020.txt.bz2 John Dallaway wrote: > There's some scope for improving the dependency info. For example, > CYGIMP_LWIP_MEMP_MEM_MALLOC could specify: > > requires { CYGINT_ISO_MEMALLOC != 0 } > default_value { CYGINT_ISO_MEMALLOC != 0 } > Shouldn't it use "calculated_value" instead of "default_value"? Cheers