From 1ddcdb76ef8616abf2e36eeedb41cbae8ff80b94 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 12 Aug 2015 17:19:52 +0000 Subject: [PATCH] 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") --- Makefile.inc1 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 0b60478cd95..a67a6b141b6 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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 \