Source-Changes-HG archive

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

[src/netbsd-1-6]: src/share/man Pull up revision 1.22 (requested by mason in ...



details:   https://anonhg.NetBSD.org/src/rev/60f6113ab169
branches:  netbsd-1-6
changeset: 527879:60f6113ab169
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jun 11 16:02:01 2002 +0000

description:
Pull up revision 1.22 (requested by mason in ticket #248):
Use the new cat(1) locking functionality - should solve PR toolchain/16963.
If all goes well, will submit a batch of pull-up requests for netbsd-1-6
presently to bring these additions and fixes into 1.6.

diffstat:

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

diffs (18 lines):

diff -r ef6b2274aa47 -r 60f6113ab169 share/man/Makefile
--- a/share/man/Makefile        Tue Jun 11 15:58:32 2002 +0000
+++ b/share/man/Makefile        Tue Jun 11 16:02:01 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.21 2001/11/24 21:39:20 perry Exp $
+#      $NetBSD: Makefile,v 1.21.2.1 2002/06/11 16:02:01 lukem Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 4/16/94
 
 .include <bsd.own.mk>
@@ -11,7 +11,7 @@
        ${MAKEWHATIS} ${DESTDIR}/usr/share/man
 .if defined(UNPRIVED)
        echo "${DESTDIR}/usr/share/man/whatis.db type=file mode=0444 uname=root gname=wheel" | \
-               sed -e 's|^/|./|g' -e 's|//|/|g' >>${METALOG}
+               sed -e 's|^/|./|g' -e 's|//|/|g' | ${CAT} -l >> ${METALOG}
 .endif
 .else
 makedb:



Home | Main Index | Thread Index | Old Index