2nd part of making the name of the release running script overrideable.

This commit is contained in:
David E. O'Brien 2003-08-11 04:21:58 +00:00
parent c85c268989
commit 5bff585104
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118763

View File

@ -468,7 +468,7 @@ release rerelease:
.endif
# Ensure md.ko is loaded if md(4) is not statically compiled into the kernel
-mdconfig 2>/dev/null
env -i /usr/sbin/chroot ${CHROOTDIR} /mk
env -i /usr/sbin/chroot `dirname ${_MK}` /`basename ${_MK}`
clean:
rm -rf ${CRUNCH_TARGETS:S/$/_crunch/} release.[0-9] release.10 \