svn commit: r250626 - head/rescue/rescue

Xin LI delphij at FreeBSD.org
Wed May 15 05:25:44 UTC 2013


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
_______________________________________________
svn-src-all at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"


More information about the svn-src-head mailing list