dslinux/toolchain/ndstool/Loader Makefile

Stefan Sperling stsp at stsp.in-berlin.de
Tue Oct 3 20:21:40 CEST 2006


On Tue, Oct 03, 2006 at 11:52:41AM +0000, amadeus wrote:
> Update of /cvsroot/dslinux/dslinux/toolchain/ndstool/Loader
> In directory antilope:/tmp/cvs-serv26340/toolchain/ndstool/Loader
> 
> Modified Files:
> 	Makefile 
> Log Message:
> clean up some creates files
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvsroot/dslinux/dslinux/toolchain/ndstool/Loader/Makefile,v
> retrieving revision 1.3
> retrieving revision 1.4
> diff -u -d -r1.3 -r1.4
> --- Makefile	14 Aug 2006 11:04:42 -0000	1.3
> +++ Makefile	3 Oct 2006 11:52:39 -0000	1.4
> @@ -15,4 +15,4 @@
>  
>  clean:
>  	@echo clean ...
> -	rm -fr build loadme.bin
> +	rm -rf build loadme.bin

This creates unnecessary fuzz when merging new upstream versions.
I think we should try to avoid purely cosmetic commits like this one.

-- 
stefan
http://stsp.in-berlin.de                                 PGP Key: 0xF59D25F0



More information about the dslinux-devel mailing list