diff options
author | imp <imp@FreeBSD.org> | 2015-08-12 17:19:52 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2015-08-12 17:19:52 +0000 |
commit | 325b6c51ab3c15f54c1f9a8d7bd960b2e8037d76 (patch) | |
tree | b81c3806c52a27ab0f65da591de4337e2d47fe71 /Makefile.inc1 | |
parent | bb4db62b9429d9b01261acb80e60e9fe874dc786 (diff) | |
download | FreeBSD-src-325b6c51ab3c15f54c1f9a8d7bd960b2e8037d76.zip FreeBSD-src-325b6c51ab3c15f54c1f9a8d7bd960b2e8037d76.tar.gz |
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")
Diffstat (limited to 'Makefile.inc1')
-rw-r--r-- | Makefile.inc1 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 0b60478..a67a6b1 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 \ |