dslinux/toolchain Makefile

stsp stsp at user.in-berlin.de
Mon Aug 14 20:49:44 CEST 2006


Update of /cvsroot/dslinux/dslinux/toolchain
In directory antilope:/tmp/cvs-serv1123

Modified Files:
	Makefile 
Log Message:
Add dirs-reset to reset target.
Fetch distfiles when needed.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/toolchain/Makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile	14 Aug 2006 18:43:11 -0000	1.10
+++ Makefile	14 Aug 2006 18:49:42 -0000	1.11
@@ -90,7 +90,7 @@
 
 # The order of dependencies of the 'all' target is important
 # for the bootstrap process.
-all: dirs-create fetch binutils-install elf2flt-install sysroot-create \
+all: dirs-create binutils-install elf2flt-install sysroot-create \
 	gcc-stage1-install uClibc-install gcc-stage2-install \
 	genromfs-install libelf-install ndstool-install
 
@@ -98,7 +98,7 @@
 fetch: $(DISTFILES)
 
 # Use these to start a build from the beginning.
-reset: binutils-reset uClibc-reset sysroot-reset gcc-stage1-reset \
+reset: dirs-reset binutils-reset uClibc-reset sysroot-reset gcc-stage1-reset \
 	gcc-stage2-reset elf2flt-reset libelf-reset ndstool-reset
 
 # Use to save disc space.




More information about the dslinux-commit mailing list