Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2013 22:16:33 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250626 - head/rescue/rescue
Message-ID:  <201305132216.r4DMGXvn014855@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Mon May 13 22:16:33 2013
New Revision: 250626
URL: http://svnweb.freebsd.org/changeset/base/250626

Log:
  Add less to rescue build.  On amd64, this increases rescue size by about
  130KB or 2.4%.
  
  MFC after:	1 month

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Mon May 13 22:06:46 2013	(r250625)
+++ head/rescue/rescue/Makefile	Mon May 13 22:16:33 2013	(r250626)
@@ -184,6 +184,9 @@ CRUNCH_PROGS_usr.bin+= bzip2
 CRUNCH_ALIAS_bzip2= bunzip2 bzcat
 CRUNCH_LIBS+= -lbz2
 
+CRUNCH_PROGS_usr.bin+= less
+CRUNCH_ALIAS_less= more
+
 CRUNCH_PROGS_usr.bin+= xz
 CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat
 CRUNCH_LIBS+= -llzma



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