Hopefully squish the problem of mm creating sendmail files in

the source tree once and for all.

Pointed out by: A cast of thousands

Reviewed by:	asmodai
This commit is contained in:
Doug Barton 2001-08-07 06:22:12 +00:00
parent 920ae52d67
commit e4a9231de9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81224

View File

@ -448,7 +448,9 @@ case "${RERUN}" in
;;
esac
make DESTDIR=${TEMPROOT} distrib-dirs &&
make DESTDIR=${TEMPROOT} -DNO_MAKEDEV_RUN distribution;} ||
make MAKEOBJDIRPREFIX=${TEMPROOT}/usr/obj obj &&
make MAKEOBJDIRPREFIX=${TEMPROOT}/usr/obj DESTDIR=${TEMPROOT} \
-DNO_MAKEDEV_RUN distribution;} ||
{ echo '';
echo " *** FATAL ERROR: Cannot 'cd' to ${SOURCEDIR} and install files to";
echo " the temproot environment";