"Akinori MUSHA" <[EMAIL PROTECTED]> writes:

> However, if I put either:
> 
> CXXFLAGS+=    -fPIC
> 
> or:
> 
> CFLAGS!=      ${ECHO} "${CFLAGS}" | ${SED} -e 's/-O[0-9a-z]*//g'

IMHO, this could be rewritten as ${CFLAGS:N-O*} which is more clean
than forking a subshell.

Cyrille.
--
home: mailto:[EMAIL PROTECTED]   UNIX is user-friendly; it's just particular
work: mailto:[EMAIL PROTECTED]   about who it chooses to be friends with.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to