mirror of
https://github.com/opnsense/src.git
synced 2026-07-16 12:33:07 -04:00
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")
This commit is contained in:
parent
b1bacc1cbd
commit
1ddcdb76ef
1 changed files with 0 additions and 5 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue