dslinux/vendors/Nintendo/NDS Makefile

stsp stsp at user.in-berlin.de
Tue Jul 4 00:18:19 CEST 2006


Update of /cvsroot/dslinux/dslinux/vendors/Nintendo/NDS
In directory antilope:/tmp/cvs-serv9452/NDS

Modified Files:
	Makefile 
Log Message:
Fix rc.d in DSGBA and NDS. CVS files were copied.
Patch by Tobias Gruetzmacher.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/vendors/Nintendo/NDS/Makefile,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Makefile	31 May 2006 09:24:15 -0000	1.28
+++ Makefile	3 Jul 2006 22:18:17 -0000	1.29
@@ -74,7 +74,7 @@
 	$(ROMFSINST) $(NDS_COMMON)/rc.common /etc/rc.common
 	$(ROMFSINST) $(NDS_COMMON)/rc.defaults /etc/rc.defaults
 	for f in $(NDS_COMMON)/rc.d/*; do \
-		$(ROMFSINST) $$f /etc/rc.d/ ; \
+		[ -d $$f ] || $(ROMFSINST) $$f /etc/rc.d/ ; \
 	done
 	$(ROMFSINST) $(NDS_COMMON)/passwd /etc/passwd
 	$(ROMFSINST) -p +x $(NDS_COMMON)/default.script /usr/share/udhcpc/default.script




More information about the dslinux-commit mailing list