Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/vfs isofs dir will be empty after update -dP, now th...



details:   https://anonhg.NetBSD.org/src/rev/b12c9c689b81
branches:  trunk
changeset: 540779:b12c9c689b81
user:      david <david%NetBSD.org@localhost>
date:      Tue Dec 24 02:56:10 2002 +0000

description:
isofs dir will be empty after update -dP, now that all contents are in
the Attic. Make clean was broken for me without this.

diffstat:

 sys/lkm/vfs/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (11 lines):

diff -r 0d19d7301910 -r b12c9c689b81 sys/lkm/vfs/Makefile
--- a/sys/lkm/vfs/Makefile      Mon Dec 23 22:23:43 2002 +0000
+++ b/sys/lkm/vfs/Makefile      Tue Dec 24 02:56:10 2002 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: Makefile,v 1.7 2001/01/27 23:48:32 jdolecek Exp $
+# $NetBSD: Makefile,v 1.8 2002/12/24 02:56:10 david Exp $
 
-SUBDIR+=       adosfs filecorefs isofs miscfs msdosfs ntfs ufs coda
+SUBDIR+=       adosfs filecorefs miscfs msdosfs ntfs ufs coda
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index