Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Remove MKLINKS for VATTR_NULL, so that the ob...



details:   https://anonhg.NetBSD.org/src/rev/0863f3dd6eb9
branches:  trunk
changeset: 750960:0863f3dd6eb9
user:      pooka <pooka%NetBSD.org@localhost>
date:      Wed Jan 20 00:35:05 2010 +0000

description:
Remove MKLINKS for VATTR_NULL, so that the obsolete lists don't
have to do the work every build.

diffstat:

 share/man/man9/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r a75a0b6e89b5 -r 0863f3dd6eb9 share/man/man9/Makefile
--- a/share/man/man9/Makefile   Tue Jan 19 23:15:50 2010 +0000
+++ b/share/man/man9/Makefile   Wed Jan 20 00:35:05 2010 +0000
@@ -1,4 +1,4 @@
-#       $NetBSD: Makefile,v 1.303 2010/01/08 13:15:46 pooka Exp $
+#       $NetBSD: Makefile,v 1.304 2010/01/20 00:35:05 pooka Exp $
 
 #      Makefile for section 9 (kernel function and variable) manual pages.
 
@@ -699,8 +699,7 @@
        vme.9 vme_space_alloc.9 \
        vme.9 vme_space_free.9 \
        vme.9 vme_space_get.9
-MLINKS+=vattr.9 vattr_null.9 \
-       vattr.9 VATTR_NULL.9
+MLINKS+=vattr.9 vattr_null.9
 MLINKS+=vfs_hooks.9 vfs_hooks_unmount.9
 MLINKS+=vfsops.9 VFS_MOUNT.9 \
        vfsops.9 VFS_START.9 \



Home | Main Index | Thread Index | Old Index