Use the actual build target (all), since relying on the build as a

side effect of the distribution target was apparently just good luck
all these years.

Submitted by:	ru
This commit is contained in:
Doug Barton 2003-08-04 10:23:45 +00:00
parent 665c0caf03
commit 27d5ecc317
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118420

View File

@ -508,6 +508,7 @@ case "${RERUN}" in
esac
make DESTDIR=${TEMPROOT} distrib-dirs &&
make MAKEOBJDIRPREFIX=${TEMPROOT}/usr/obj obj &&
make MAKEOBJDIRPREFIX=${TEMPROOT}/usr/obj all &&
make MAKEOBJDIRPREFIX=${TEMPROOT}/usr/obj DESTDIR=${TEMPROOT} \
distribution;} ||
{ echo '';