[PATCH] write gas check tmp file to O= directory

Tom Rini trini at kernel.crashing.org
Mon Oct 25 04:10:51 EST 2004


On Sun, Oct 24, 2004 at 06:09:23PM +0200, Olaf Hering wrote:

> the tmp file should be in the O= directory.

[snip]
> @@ -132,5 +132,5 @@ endif
>  
>  CLEAN_FILES +=	include/asm-$(ARCH)/offsets.h \
>  		arch/$(ARCH)/kernel/asm-offsets.s \
> -		$(TOUT)
> +		$(objdir)$(TOUT)

Having to do this seems wrong.  We don't need $(objdir) for any other
generated file in CLEAN_FILES.

-- 
Tom Rini
http://gate.crashing.org/~trini/



More information about the Linuxppc-dev mailing list