Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Sep 2019 16:57:19 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351666 - in stable/12/usr.bin: bzip2 bzip2recover
Message-ID:  <201909011657.x81GvJaf022673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Sun Sep  1 16:57:19 2019
New Revision: 351666
URL: https://svnweb.freebsd.org/changeset/base/351666

Log:
  MFC r351587:
  Install all bzip2.1 MLINKs from the same place.

Modified:
  stable/12/usr.bin/bzip2/Makefile
  stable/12/usr.bin/bzip2recover/Makefile
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/bzip2/Makefile
==============================================================================
--- stable/12/usr.bin/bzip2/Makefile	Sun Sep  1 16:55:33 2019	(r351665)
+++ stable/12/usr.bin/bzip2/Makefile	Sun Sep  1 16:57:19 2019	(r351666)
@@ -12,7 +12,9 @@ LIBADD=	bz2
 
 LINKS=	${BINDIR}/bzip2 ${BINDIR}/bunzip2
 LINKS+=	${BINDIR}/bzip2 ${BINDIR}/bzcat
-MLINKS= bzip2.1 bunzip2.1 bzip2.1 bzcat.1
+MLINKS=	bzip2.1 bunzip2.1 \
+	bzip2.1 bzcat.1 \
+	bzip2.1 bzip2recover.1
 
 REFFILES=	sample1.ref sample2.ref sample3.ref 
 DREFFILES=	sample1.bz2 sample2.bz2 sample3.bz2 

Modified: stable/12/usr.bin/bzip2recover/Makefile
==============================================================================
--- stable/12/usr.bin/bzip2recover/Makefile	Sun Sep  1 16:55:33 2019	(r351665)
+++ stable/12/usr.bin/bzip2recover/Makefile	Sun Sep  1 16:57:19 2019	(r351666)
@@ -6,8 +6,6 @@ BZ2DIR=	${SRCTOP}/contrib/bzip2
 PROG=	bzip2recover
 MAN=
 
-MLINKS+=bzip2.1 bzip2recover.1
-
 NO_WMISSING_VARIABLE_DECLARATIONS=
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909011657.x81GvJaf022673>