tech-pkg archive

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

Re: Building pkgsrc with gcc12 using pkg_rolling-replace



On Fri, Dec 23, 2022 at 01:21:33PM -0500, Greg Troxel wrote:
 >         bdeps=$(/usr/bin/env ${MAKE_SET_VARS} ${MAKE} show-depends VARNAME=BUILD_DEPENDS)
 >         tdeps=$(/usr/bin/env ${MAKE_SET_VARS} ${MAKE} show-depends VARNAME=TOOL_DEPENDS)
 >         rdeps=$(/usr/bin/env ${MAKE_SET_VARS} ${MAKE} show-depends)

You can do that? Huh. I thought you needed print-build-depends-list to
get at the build depends, and I've been meaning to systematize it all
sometime.

(They should probably still be separate targets.)

...also since making bmake faster is an, ahem, long-term project,
there should be a target that prints all three sets at once; it'll
pretty much make the scan phase 3x faster.

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index