Changes by: antona
Update of /cvsroot/linux-ntfs/ntfs-driver-tng
In directory usw-pr-cvs1:/tmp/cvs-serv16061
Modified Files:
Makefile
Log Message:
Merge my test branch back into the trunk.
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfs-driver-tng/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- Makefile 2001/07/17 15:23:46 1.3
+++ Makefile 2001/07/28 16:57:40 1.4
@@ -68,5 +68,7 @@
tags: force
- ctags -R *
+ ctags -R linux
+ (cd linux/fs/ntfs; ctags -R . ../../include/linux)
+ (cd linux/include/linux; ctags -R . ../../fs/ntfs)
force:
|