dslinux bulkbuild.sh

pepsiman dslinux_pepsiman at user.in-berlin.de
Thu Nov 2 13:24:38 CET 2006


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

Modified Files:
	bulkbuild.sh 
Log Message:
Fast config updates

Index: bulkbuild.sh
===================================================================
RCS file: /cvsroot/dslinux/dslinux/bulkbuild.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- bulkbuild.sh	28 Oct 2006 11:11:53 -0000	1.11
+++ bulkbuild.sh	2 Nov 2006 12:24:36 -0000	1.12
@@ -85,9 +85,15 @@
 
 	[ -d "$OUTDIR" ] || mkdir -p "$OUTDIR"
 
-	mktopconfig $build && \
-	yes '' | make config && \
-	$fakeroot_cmd make && \
-	cp -v -f ./images/$distfile "$OUTDIR" && \
-	(cd "$OUTDIR" && md5sum $distfile | tee $distfile.md5)
+    if [ "$1" = "-u" ]
+    then
+        mktopconfig $build && \
+        yes '' | make config
+    else
+        mktopconfig $build && \
+        yes '' | make config && \
+        $fakeroot_cmd make && \
+        cp -v -f ./images/$distfile "$OUTDIR" && \
+        (cd "$OUTDIR" && md5sum $distfile | tee $distfile.md5)
+    fi
 done




More information about the dslinux-commit mailing list