]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r228099,r245171,r277939:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Feb 2015 08:04:38 +0000 (08:04 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 2 Feb 2015 08:04:38 +0000 (08:04 +0000)
commitd0903c0bb886349759f2eea47ee8fa605fdca7f4
tree15de5184b4feb341cea4b891b1c26b8933f50bd3
parentcc84a1e5e220e70c12768aee82082f642293f08b
MFC r228099,r245171,r277939:

r228099:

  - Create links to the xz and lzma versions even if BSD grep is not the
    default. Nor GNU nor liblzma in base provides such functionality so
    it may be useful.

r245171:

  Following r226271, allow disabling lzma support with "WITHOUT_LZMA_SUPPORT".
  Correct r226271 which should have used WITHOUT_BZIP2_SUPPORT per r166255.

  Obtained from: Juniper Networks

r277939:

  Create MANLINKS for lzgrep, etc when MK_LZMA_SUPPORT != no

  Sponsored by: EMC / Isilon Storage Division

git-svn-id: svn://svn.freebsd.org/base/stable/9@278062 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
tools/build/make_check/Makefile
tools/build/options/WITHOUT_LZMA_SUPPORT [new file with mode: 0644]
usr.bin/grep/Makefile
usr.bin/grep/file.c