From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from giant.haxx.se ([80.67.6.50]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Shfh0-00081x-W4 for bitbake-devel@lists.openembedded.org; Thu, 21 Jun 2012 13:36:55 +0200 Received: from giant.haxx.se (localhost.localdomain [127.0.0.1]) by giant.haxx.se (8.14.4/8.14.4/Debian-2) with ESMTP id q5LBPufO026323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 21 Jun 2012 13:25:56 +0200 Received: (from bjst@localhost) by giant.haxx.se (8.14.4/8.14.4/Submit) id q5LBPtdt026322; Thu, 21 Jun 2012 13:25:55 +0200 Date: Thu, 21 Jun 2012 13:25:55 +0200 From: =?iso-8859-1?Q?Bj=F6rn?= Stenberg To: Paul Eggleton Message-ID: <20120621112555.GD7204@giant> References: <4368013.N53ZsVQnoH@helios> <20120620075504.GB22538@giant> <1756623.6zWylpP7a0@helios> MIME-Version: 1.0 In-Reply-To: <1756623.6zWylpP7a0@helios> User-Agent: Mutt/1.5.21 (2010-09-15) X-MIME-Autoconverted: from 8bit to quoted-printable by giant.haxx.se id q5LBPufO026323 Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH 1/2] bitbake: ensure -f causes dependent tasks to be re-run X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jun 2012 11:36:55 -0000 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul Eggleton wrote: > In any case it appears to me that if we're moving anywhere, we're at le= ast > moving in the direction of behaving more like make rather than less lik= e it, > would you agree? Yes, in terms of which commands are being ran. No, in terms of the result= ing output. -f intentionally produces different output. I think this will confuse peo= ple, and that we should therefore be extra careful in informing the user. --=20 Bj=F6rn