mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 06:42:45 +00:00
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:
parent
920ae52d67
commit
e4a9231de9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81224
@ -448,7 +448,9 @@ case "${RERUN}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
make DESTDIR=${TEMPROOT} distrib-dirs &&
|
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 '';
|
||||||
echo " *** FATAL ERROR: Cannot 'cd' to ${SOURCEDIR} and install files to";
|
echo " *** FATAL ERROR: Cannot 'cd' to ${SOURCEDIR} and install files to";
|
||||||
echo " the temproot environment";
|
echo " the temproot environment";
|
||||||
|
Loading…
Reference in New Issue
Block a user