Don't lint(1) so early in the build. Its OK to keep this for the

"make all" phase.
This commit is contained in:
Mark Murray 2003-07-24 18:14:29 +00:00
parent 8c692b5e9b
commit 234f7acb7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117976

View File

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