Source-Changes-HG archive

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

[src/netbsd-9]: src/bin/pax Pull up following revision(s) (requested by nakay...



details:   https://anonhg.NetBSD.org/src/rev/334ded98a5cc
branches:  netbsd-9
changeset: 843498:334ded98a5cc
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 13 12:56:22 2019 +0000

description:
Pull up following revision(s) (requested by nakayama in ticket #421):

        bin/pax/Makefile: revision 1.40

Install manual pages for tar and cpio only if ${MKBSDTAR} == "no"
PR bin/54468

diffstat:

 bin/pax/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 371b350bbb8c -r 334ded98a5cc bin/pax/Makefile
--- a/bin/pax/Makefile  Wed Nov 13 12:50:30 2019 +0000
+++ b/bin/pax/Makefile  Wed Nov 13 12:56:22 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.39 2010/04/23 19:41:02 joerg Exp $
+#      $NetBSD: Makefile,v 1.39.50.1 2019/11/13 12:56:22 martin Exp $
 #       @(#)Makefile   8.1 (Berkeley) 5/31/93
 
 .include <bsd.own.mk>
@@ -23,7 +23,7 @@
 .endif
 .endif
 
-MAN=   pax.1 tar.1 cpio.1
+MAN=   pax.1
 
 .if defined(HOSTPROG)
 CPPFLAGS+=     -DHOSTPROG
@@ -35,9 +35,11 @@
 .if ${MKBSDTAR} == "no"
 LINKS+=        ${BINDIR}/pax ${BINDIR}/tar
 SYMLINKS+=${BINDIR}/tar /usr/bin/tar
+MAN+=tar.1
 
 LINKS+=        ${BINDIR}/pax ${BINDIR}/cpio
 SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
+MAN+=cpio.1
 .endif
 .endif # }     ! HOSTPROG
 



Home | Main Index | Thread Index | Old Index