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

Reply via email to