tech-pkg archive

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

Re: mk.conf option to build and install with -g?



On Mon, Mar 23, 2009 at 05:16:41PM +0000, Emmanuel Dreyfus wrote:
> On Mon, Mar 23, 2009 at 05:14:41PM +0000, Adrian Portelli wrote:
> > CFLAGS+=            -g
> > INSTALL_UNSTRIPPED= yes
> 
> Great. Is there any way to have this set for a single package?
> Something like this:
> foo.CFLAGS+=  -g
> foo.INSTALL_UNSTRIPPED= yes

.if empty(.CURDIR:M*/x11/libX11)
CFLAGS+=        -g
INSTALL_UNSTRIPPED=     yes
.endif

Joerg


Home | Main Index | Thread Index | Old Index