More NO_RESCUE to RESCUE transitions.

Submitted by:	ru
This commit is contained in:
gordon 2003-07-02 19:26:19 +00:00
parent 8bc1c55614
commit 7d054a5c56

View File

@ -667,7 +667,7 @@ _xargs= usr.bin/xargs
_yacc= usr.bin/yacc _yacc= usr.bin/yacc
.endif .endif
.if exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) && \ .if exists(${.CURDIR}/rescue) && defined(RESCUE) && \
${BOOTSTRAPPING} < 501100 ${BOOTSTRAPPING} < 501100
_crunchgen= usr.sbin/crunch/crunchgen _crunchgen= usr.sbin/crunch/crunchgen
.endif .endif
@ -752,7 +752,7 @@ _elf2aout= usr.bin/elf2aout
_btxld= usr.sbin/btxld _btxld= usr.sbin/btxld
.endif .endif
.if (exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) || \ .if (exists(${.CURDIR}/rescue) && defined(RESCUE) || \
defined(RELEASEDIR)) && \ defined(RELEASEDIR)) && \
( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 ) ( ${TARGET_ARCH} != ${MACHINE_ARCH} || ${BOOTSTRAPPING} < 501101 )
_crunchide= usr.sbin/crunch/crunchide _crunchide= usr.sbin/crunch/crunchide