From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out1-smtp.messagingengine.com ([66.111.4.25]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TBBW0-0003fc-2h for openembedded-core@lists.openembedded.org; Mon, 10 Sep 2012 23:27:32 +0200 Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id D5C862079A; Mon, 10 Sep 2012 17:15:03 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Mon, 10 Sep 2012 17:15:03 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:subject:from:to:cc:date :in-reply-to:references:content-type:mime-version :content-transfer-encoding; s=smtpout; bh=0Titn3bTFUIwjzJQl77H1/ RRxFo=; b=ibmffWirOy4RVmNjTzhLEtS0mbGmAGQGhAdi7CGkOTZjohg6yz8NG7 l9vZUfDNuJFNo3BepntuJ7CFQXyqwHKmIi9b06GJQMAxYIh8x/4cBe6+UGdx4TZt ZbVDkceU9PXaclMv0y5ucIzvvJbFRHgxQECpNrzk/5jN4KqraoDto= X-Sasl-enc: aynHEIfdPKYcxN9dBsdx1LxtWvJDei9IR35VMUYVKccU 1347311703 Received: from [10.193.22.176] (unknown [66.187.233.203]) by mail.messagingengine.com (Postfix) with ESMTPA id 60FD48E01BB; Mon, 10 Sep 2012 17:15:03 -0400 (EDT) Message-ID: <1347311665.1908.1.camel@lenny> From: Colin Walters To: Ross Burton Date: Mon, 10 Sep 2012 17:14:25 -0400 In-Reply-To: <1347292942-7241-1-git-send-email-ross.burton@intel.com> References: <1347292942-7241-1-git-send-email-ross.burton@intel.com> X-Mailer: Evolution 3.4.3 (3.4.3-2.fc17) Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] webkit-gtk: work around Make bug by re-running make X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 21:27:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2012-09-10 at 17:02 +0100, Ross Burton wrote: > +# fixed in Make CVS, so 3.83 won't have this problem. I know this will be painful, but did you consider looking at the make version and determine whether or not this workaround is necessary?