Displaying 1 result from an estimated 1 matches for "__softmakeflags".
2003 May 22
1
readmes
...een undone. This is probably due to my
complete failure to produce any useful comments explaining what the
optimisations were. :-)
Anyways, there's bits of stuff in bsd.port.mk these days that looks
like they should be passed around in either .MAKEFLAGS (through the
environment) or through ${__softMAKEFLAGS}. These include things
such as:
${UID}
${_PORTDIRNAME}
${PKGINSTALLVER}
${LDCONFIG_PLIST}
${LDCONFIG_RUNLIST}
Actually, the way that _PORTDIRNAME is set is inefficient. I think
you may be able to use make's variable substitution rather than
making a (slow) call to ${BASENAME}.
Given...