dslinux bulkbuild.sh

kineox dslinux_kineox at user.in-berlin.de
Fri Aug 25 08:15:17 CEST 2006


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

Modified Files:
	bulkbuild.sh 
Log Message:
Fixes my broken bulkbuild. Next time I will not commit when tired :P
(of course, the script needs the exact name to know which build make, 
it doesn't show up like that).


Index: bulkbuild.sh
===================================================================
RCS file: /cvsroot/dslinux/dslinux/bulkbuild.sh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- bulkbuild.sh	24 Aug 2006 22:04:30 -0000	1.7
+++ bulkbuild.sh	25 Aug 2006 06:15:14 -0000	1.8
@@ -29,9 +29,9 @@
 
 OUTDIR=${OUTDIR:-"./bulkbuild"}
 
-for build in DSGBA DSMEM GBAMP GBAMP-EXT2 M3CF NDS SUPERCARDCF SUPERCARDSD SCSD-RAM
+for build in DSGBA DSMEM GBAMP GBAMP_EXT2 M3CF NDS SUPERCARDCF SUPERCARDSD SCSD_RAM
 do
-	if [ "$build" = "GBAMP-EXT2" ]
+	if [ "$build" = "GBAMP_EXT2" ]
 	then
 		if which fakeroot > /dev/null
 		then
@@ -59,7 +59,7 @@
 		GBAMP)
 			distfile=dslinux-gbamp.tgz
 		;;
-		GBAMP-EXT2)
+		GBAMP_EXT2)
 			distfile=dslinux-gbamp-ext2.tgz
 		;;
 		M3CF)
@@ -74,7 +74,7 @@
 		SUPERCARDSD)
 			distfile=dslinux-supercardsd.tgz
 		;;
-		SCSD-RAM)
+		SCSD_RAM)
 			distfile=dslinux-supercard-ram.tgz
 		;;
 		*)




More information about the dslinux-commit mailing list