More NO_RESCUE to RESCUE transitions.
Submitted by: ru
This commit is contained in:
parent
71ddb033fb
commit
18ecbedd16
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117177
@ -667,7 +667,7 @@ _xargs= usr.bin/xargs
|
||||
_yacc= usr.bin/yacc
|
||||
.endif
|
||||
|
||||
.if exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) && \
|
||||
.if exists(${.CURDIR}/rescue) && defined(RESCUE) && \
|
||||
${BOOTSTRAPPING} < 501100
|
||||
_crunchgen= usr.sbin/crunch/crunchgen
|
||||
.endif
|
||||
@ -752,7 +752,7 @@ _elf2aout= usr.bin/elf2aout
|
||||
_btxld= usr.sbin/btxld
|
||||
.endif
|
||||
|
||||
.if (exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) || \
|
||||
.if (exists(${.CURDIR}/rescue) && defined(RESCUE) || \
|
||||
defined(RELEASEDIR)) && \
|
||||
( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
|
||||
_crunchide= usr.sbin/crunch/crunchide
|
||||
|
Loading…
Reference in New Issue
Block a user