Alongside revision 1.382, don't build profiled libraries so early

in the build -- it's OK to keep this for the "make all" phase.
This commit is contained in:
Ruslan Ermilov 2004-01-15 09:50:54 +00:00
parent 4844aa7d12
commit 897ca6ebd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124544

View File

@ -348,8 +348,9 @@ _libraries:
@echo "--------------------------------------------------------------"
@echo ">>> stage 4.2: building libraries"
@echo "--------------------------------------------------------------"
cd ${.CURDIR}; ${WMAKE} -DNOHTML -DNOINFO -DNOMAN -DNOFSCHG -DNOLINT \
libraries
cd ${.CURDIR}; \
${WMAKE} -DNOFSCHG -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPROFILE \
libraries
_depend:
@echo
@echo "--------------------------------------------------------------"