From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id 296A267D55 for ; Fri, 6 Oct 2006 03:59:49 +1000 (EST) In-Reply-To: <20061004033753.GB20636@localhost.localdomain> References: <20061004033753.GB20636@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3711678A-7AA9-493F-B046-2F459604C028@kernel.crashing.org> From: Segher Boessenkool Subject: Re: powerpc: Fix make rules for dtc Date: Thu, 5 Oct 2006 19:58:59 +0200 To: David Gibson Cc: linuxppc-dev@ozlabs.org, Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > clean-files := $(zlib) $(zlibheader) $(zliblinuxheader) \ > - $(obj)/empty.c > + $(obj)/empty.c *.dtb If this wildcard works at all, it will still do the wrong thing: deleting all .dtb files (even the ones that the Makefile cannot create again, e.g., the user put them in the tree manually) is at best not very polite. Segher