mtd/patches patchin.sh,1.21,1.22

David Woodhouse dwmw2 at infradead.org
Wed Jul 14 05:09:26 EDT 2004


Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv32605

Modified Files:
	patchin.sh 
Log Message:
Check out only the files in each directory which are to be changed.


Index: patchin.sh
===================================================================
RCS file: /home/cvs/mtd/patches/patchin.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- patchin.sh	13 Jul 2004 08:46:47 -0000	1.21
+++ patchin.sh	14 Jul 2004 09:09:24 -0000	1.22
@@ -80,13 +80,13 @@
 do
 	echo $DIR
 	mkdir -p $DIR
+	cd $TOPDIR/$DIR
+	FILES=`ls $PATCH_FILES 2>/dev/null`
 	if [ "$BK" = "yes" -a -d $DIR/SCCS ]; then
-	    pushd $DIR
-	    bk co -l
+	    pushd $LINUXDIR/$DIR
+	    bk co -ql $FILES
 	    popd
 	fi
-	cd $TOPDIR/$DIR
-	FILES=`ls $PATCH_FILES 2>/dev/null`
 	for FILE in $FILES 
 	do
 		# If there's a Makefile.common it goes in place of Makefile





More information about the linux-mtd-cvs mailing list