summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-15 09:50:54 +0000
committerru <ru@FreeBSD.org>2004-01-15 09:50:54 +0000
commita317b8593f411d016ea57d3a8c8882e15d8881db (patch)
treea139c289e063beaf3ff286f47b2a06a55cc999fe /Makefile.inc1
parentdf98da69f80cbc6936e867ba349f5e9a5758f9ef (diff)
downloadFreeBSD-src-a317b8593f411d016ea57d3a8c8882e15d8881db.zip
FreeBSD-src-a317b8593f411d016ea57d3a8c8882e15d8881db.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc15
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 786dc6a..69819bf 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -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 "--------------------------------------------------------------"
OpenPOWER on IntegriCloud