Fill in MK_RESCUE by finding paths in ${DESTDIR}/rescue and adding
them to OLD_FILES/OLD_DIRS, as necessary. MFC after: 1 month Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
53b360d5d3
commit
bdbc6fc61c
@ -7462,9 +7462,14 @@ OLD_FILES+=usr/share/man/man8/rshd.8.gz
|
|||||||
OLD_FILES+=usr/share/man/man8/rwhod.8.gz
|
OLD_FILES+=usr/share/man/man8/rwhod.8.gz
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
#.if ${MK_RESCUE} == no
|
.if ${MK_RESCUE} == no
|
||||||
# to be filled in or replaced with a special target
|
. if exists(${DESTDIR}${TESTSBASE})
|
||||||
#.endif
|
RESCUE_DIRS!=find ${DESTDIR}/rescue -type d | sed -e 's,^${DESTDIR}/,,'; echo
|
||||||
|
OLD_DIRS+=${RESCUE_DIRS}
|
||||||
|
RESCUE_FILES!=find ${DESTDIR}/rescue \! -type d | sed -e 's,^${DESTDIR}/,,'; echo
|
||||||
|
OLD_FILES+=${RESCUE_FILES}
|
||||||
|
. endif
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${MK_ROUTED} == no
|
.if ${MK_ROUTED} == no
|
||||||
OLD_FILES+=rescue/routed
|
OLD_FILES+=rescue/routed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user