Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2015 17:19:52 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286676 - head
Message-ID:  <201508121719.t7CHJr4i037910@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Wed Aug 12 17:19:52 2015
New Revision: 286676
URL: https://svnweb.freebsd.org/changeset/base/286676

Log:
  Why on earth have we been building rescue as a build tool for the past
  12 years? Nothing downstream in the build uses it. Eliminate it as a
  build tool.
  
  Reviewed by: emaste@ ("just delete it")

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Aug 12 17:09:57 2015	(r286675)
+++ head/Makefile.inc1	Wed Aug 12 17:19:52 2015	(r286676)
@@ -1432,15 +1432,10 @@ _share=	share/syscons/scrnmaps
 _gcc_tools= gnu/usr.bin/cc/cc_tools
 .endif
 
-.if ${MK_RESCUE} != "no"
-_rescue= rescue/rescue
-.endif
-
 build-tools: .MAKE
 .for _tool in \
     bin/csh \
     bin/sh \
-    ${_rescue} \
     ${LOCAL_TOOL_DIRS} \
     lib/ncurses/ncurses \
     lib/ncurses/ncursesw \



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