From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from avon.wwwdotorg.org ([70.85.31.133]:45641 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752954Ab3EaR1U (ORCPT ); Fri, 31 May 2013 13:27:20 -0400 Message-ID: <51A8DD74.8090403@wwwdotorg.org> Date: Fri, 31 May 2013 11:27:16 -0600 From: Stephen Warren MIME-Version: 1.0 Subject: Re: [PATCH] kbuild: make sure we clean up DTB temporary files References: <1369995261-20735-1-git-send-email-ian.campbell@citrix.com> In-Reply-To: <1369995261-20735-1-git-send-email-ian.campbell@citrix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Ian Campbell Cc: linux-kernel@vger.kernel.org, Michal Marek , Stephen Warren , Rob Herring , Grant Likely , linux-kbuild@vger.kernel.org On 05/31/2013 04:14 AM, Ian Campbell wrote: > Various temporary files used when building DTB files were not suffixed with > .tmp and therefore were not cleaned up by "make clean". Reviewed-by: Stephen Warren Tested-by: Stephen Warren