Date: Tue, 23 Mar 2004 15:53:27 -0800 (PST) From: Alexey Zelkin <phantom@FreeBSD.org> To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/share/mk doc.docbook.mk Message-ID: <200403232353.i2NNrSwV063099@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
phantom 2004/03/23 15:53:27 PST FreeBSD doc repository Modified files: share/mk doc.docbook.mk Log: Unconditionally set 'NO_SUBDIR' define. doc.docbook.mk includes bsd.subdir.mk via bsd.obj.mk which is responsible for processing of 'SUBDIR' make variable. But since we are handling 'SUBDIR' here explicitly, doing same thing (second time!) via bsd.subdir.mk's rules makes no sense and only adds disk IO overhead. It reduces install recursive calls by factor 4. Revision Changes Path 1.100 +7 -0 doc/share/mk/doc.docbook.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403232353.i2NNrSwV063099>