The following file was modified in :
Name Old version New version Comment
---- ----------- ----------- -------
Makefile 1.1 1.2=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added chlog rule used to update the ChangeLog file.
The diff of the modified file(s):
--- Makefile 2001/02/28 23:42:08 1.1
+++ Makefile 2001/11/15 11:23:44 1.2
@@ -34,3 +34,6 @@
make -C linux/drivers/char/bluetooth clean
make -C libs clean
make -C apps/bluetooth clean
+
+chlog:
+ cvs2cl.pl --fsf --ignore CVSROOT
|