From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam Ravnborg Date: Mon, 25 Aug 2003 19:08:40 +0000 Subject: Re: [PATCH] ia64/lib/Makefile: use call-if-changed Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Mon, Aug 25, 2003 at 07:42:09PM +0100, Matthew Wilcox wrote: > > Sam, how does this look? Good - and you included FORCE which is a typical mistake to forget. An additional advantage obtained using 'if_changed_dep' is that kbuild will check dependencies - thats only asm/asmmacro.h - but it is worth it. Sam