From stdcxx-dev-return-393-apmail-incubator-stdcxx-dev-archive=incubator.apache.org@incubator.apache.org Thu Dec 08 17:29:38 2005 Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 84678 invoked from network); 8 Dec 2005 17:29:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Dec 2005 17:29:38 -0000 Received: (qmail 76236 invoked by uid 500); 8 Dec 2005 17:29:38 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 76225 invoked by uid 500); 8 Dec 2005 17:29:38 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 76214 invoked by uid 99); 8 Dec 2005 17:29:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 09:29:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Dec 2005 09:29:37 -0800 Received: from [10.70.3.113] (10.70.3.113 [10.70.3.113]) by bco-exchange.bco.roguewave.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id S0A37VX1; Thu, 8 Dec 2005 10:24:12 -0700 Message-ID: <43986E31.7050306@roguewave.com> Date: Thu, 08 Dec 2005 10:32:33 -0700 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050920 X-Accept-Language: en-us, en MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org Subject: Re: makefiles issues References: <439711D3.4010302@moscow.vdiweb.com> <43975E08.1000109@roguewave.com> <4397628A.8050904@roguewave.com> <43976334.3000600@roguewave.com> <439786AC.1000205@roguewave.com> <43986B30.9050706@roguewave.com> In-Reply-To: <43986B30.9050706@roguewave.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Liviu Nicoara wrote: > Martin Sebor wrote: > >>I see. I'm not sure whether this ever worked or that it was intended >>to. The current behavior, when no target is specified, is to create >>BUILDDIR and try to build everything. I suppose specifying a target >>would let us build just the specified target (and its dependencies), >>which would be useful. Would you mind opening an issue in Jira for >>this? > > > I would but I can't see an appropriate section in JIRA for it - > something which would spell "Infrastructure". Could you please create it > or direct me to the appropriate existent one? You mean the appropriate Component? This issue belongs under Build (just like STDCXX-18 and STDCXX-80). Martin