bin/154381: [patch] add mlinks from [bxl]zless.1 to less.1

Eitan Adler lists at eitanadler.com
Sat Jan 29 18:40:10 UTC 2011


The following reply was made to PR bin/154381; it has been noted by GNATS.

From: Eitan Adler <lists at eitanadler.com>
To: bug-followup at freebsd.org, lists at eitanadler.com
Cc:  
Subject: Re: bin/154381: [patch] add mlinks from [bxl]zless.1 to less.1
Date: Sat, 29 Jan 2011 13:36:25 -0500

 Add zless as well
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 217870)
 +++ Makefile	(working copy)
 @@ -14,7 +14,12 @@
  	${BINDIR}/zless ${BINDIR}/bzless \
  	${BINDIR}/zless ${BINDIR}/xzless \
  	${BINDIR}/zless ${BINDIR}/lzless
 -MLINKS=	less.1 more.1
 +MLINKS=	less.1 more.1 \
 +		less.1 bzless.1 \
 +		less.1 xzless.1 \
 +		less.1 lzless.1 \
 +		less.1 zless.1
 +		
  CLEANFILES= less.1
 
  .include "Makefile.common"
 
 -- 
 Eitan Adler


More information about the freebsd-bugs mailing list