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
63949b2167
commit
679e75a886
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user