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

View File

@ -204,7 +204,7 @@ ports_recurse() (
echo "Missing port $d ($t) (fl $fl) (bd $bd)" 1>&2 echo "Missing port $d ($t) (fl $fl) (bd $bd)" 1>&2
continue continue
fi 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 d=$bd
fi fi
d=`cd /usr/ports && cd $d && /bin/pwd` d=`cd /usr/ports && cd $d && /bin/pwd`
@ -549,7 +549,7 @@ log_it Installworld
> ${SBMNT}/_.iw 2>&1 > ${SBMNT}/_.iw 2>&1
log_it distribution 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 > ${SBMNT}/_.dist 2>&1
log_it Installkernel log_it Installkernel