r2125

stsp at dslinux.in-berlin.de stsp at dslinux.in-berlin.de
Sun Feb 10 17:14:28 CET 2008


Author: stsp
Date: 2008-02-10 17:14:28 +0100 (Sun, 10 Feb 2008)
New Revision: 2125

Log:
Don't delete downloaded distfiles or compiled toolchain distfiles
when user runs 'make clean' in the toolchain directory.


Modified: trunk/toolchain/Makefile
===================================================================
--- trunk/toolchain/Makefile	2008-02-08 13:30:01 UTC (rev 2124)
+++ trunk/toolchain/Makefile	2008-02-10 16:14:28 UTC (rev 2125)
@@ -117,7 +117,7 @@
 
 # Use to save disc space.
 clean: binutils-clean uClibc-clean sysroot-clean gcc-clean elf2flt-clean \
-	libelf-clean gdb-clean ndstool-clean dist-clean
+	libelf-clean gdb-clean ndstool-clean
 
 # Nukes everything (including the installed toolchain itself!)
 # Use this to start ALL OVER AGAIN! Use with caution!
@@ -692,10 +692,6 @@
 dist: $(CWD)/.stripped $(CWD)/.dist-made
 dist-reset:
 	rm -f $(CWD)/.dist-made
-dist-clean:
-	rm -rf $(DISTNAME)
-	rm -f $(DISTNAME).tbz $(DISTNAME).tbz.md5
-	rm -rf $(DISTDIR)
 
 $(CWD)/.dist-made:
 	-[ -d $(DISTNAME) ] && rm -rf $(DISTNAME)



More information about the dslinux-commit mailing list