Make distribution now happens from top of source tree.

Silence debugging output
This commit is contained in:
Poul-Henning Kamp 2018-08-10 06:28:25 +00:00
parent 7d849dc1a4
commit a34b3be4c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=337566

View File

@ -204,7 +204,7 @@ ports_recurse() (
echo "Missing port $d ($t) (fl $fl) (bd $bd)" 1>&2
continue
fi
echo "Flavored port $d ($t) (fl $fl) (bd $bd)" 1>&2
# echo "Flavored port $d ($t) (fl $fl) (bd $bd)" 1>&2
d=$bd
fi
d=`cd /usr/ports && cd $d && /bin/pwd`
@ -549,7 +549,7 @@ log_it Installworld
> ${SBMNT}/_.iw 2>&1
log_it distribution
(cd /usr/src/etc && make -m /usr/src/share/mk distribution DESTDIR=${SBMNT} ${SRCCONF} ) \
(cd /usr/src && make -m /usr/src/share/mk distribution DESTDIR=${SBMNT} ${SRCCONF} ) \
> ${SBMNT}/_.dist 2>&1
log_it Installkernel