mtd/patches patchin.sh,1.28,1.29
David Woodhouse
dwmw2 at infradead.org
Tue Nov 16 06:30:08 EST 2004
- Previous message: mtd/include/linux/mtd cfi.h,1.48,1.49
- Next message: mtd/fs/jffs2 build.c, 1.55, 1.56 fs.c, 1.47, 1.48 gc.c, 1.140,
1.141 nodelist.h, 1.121, 1.122 nodemgmt.c, 1.109, 1.110 read.c,
1.36, 1.37 readinode.c, 1.114, 1.115
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/patches
In directory phoenix.infradead.org:/tmp/cvs-serv26231
Modified Files:
patchin.sh
Log Message:
make bk actually work again
Index: patchin.sh
===================================================================
RCS file: /home/cvs/mtd/patches/patchin.sh,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- patchin.sh 2 Oct 2004 22:14:38 -0000 1.28
+++ patchin.sh 16 Nov 2004 11:30:04 -0000 1.29
@@ -93,8 +93,9 @@
mkdir -p $DIR
cd $TOPDIR/$DIR
FILES=`ls $PATCH_FILES 2>/dev/null`
- if [ "$BK" = "yes" -a -d $DIR/SCCS ]; then
+ if [ "$BK" = "yes" -a -d $LINUXDIR/$DIR/SCCS ]; then
pushd $LINUXDIR/$DIR
+ rm $FILES
bk co -ql $FILES
popd
fi
- Previous message: mtd/include/linux/mtd cfi.h,1.48,1.49
- Next message: mtd/fs/jffs2 build.c, 1.55, 1.56 fs.c, 1.47, 1.48 gc.c, 1.140,
1.141 nodelist.h, 1.121, 1.122 nodemgmt.c, 1.109, 1.110 read.c,
1.36, 1.37 readinode.c, 1.114, 1.115
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list