tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: MKPRIVATELIB broken?



On Fri, May 30, 2008 at 04:37:56PM -0400, Thor Lancelot Simon wrote:
> I have a local tree with BSD-style Makefiles for php5.  It builds each
> module of php as a library and does MKPRIVATELIB=yes in the Makefile -- for
> example, the Makefile for zend
> 
> .include "../Makefile.inc"
> .PATH: ${PHPDIST}/Zend
> MKPRIVATELIB=yes
> LIB=zend
> [long list of source files omitted]
Obviously, the end of the Makefile has:

.include <bsd.lib.mk>

Thor


Home | Main Index | Thread Index | Old Index