From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SstgV-000601-78 for openembedded-core@lists.openembedded.org; Sun, 22 Jul 2012 12:46:47 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q6MAZNim027347 for ; Sun, 22 Jul 2012 11:35:23 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19951-08 for ; Sun, 22 Jul 2012 11:35:19 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q6MAZFjj027341 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 22 Jul 2012 11:35:16 +0100 Message-ID: <1342953319.21788.62.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Sun, 22 Jul 2012 11:35:19 +0100 In-Reply-To: References: <20120720104117.GE3534@jama.jama.net> <1342782398.21788.7.camel@ted> <1342946604.21788.56.camel@ted> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: Broken parallel build of gcc* X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2012 10:46:47 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2012-07-22 at 11:43 +0200, Enrico Scholz wrote: > Richard Purdie > > writes: > > > do_rm_old_work[stamp-base] = "${SS}" > > will not work because do_rm_old_work depends on ${PN} (it cleans the > packages + packages-split directories of previously built packages in > ${WORKDIR}). Executing it for only one gcc* recipe will keep the > directories of the other recipes. This appears to be a situation I can't win with then... Cheers, Richard