NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: misc/54456 (Building in a directory whose name contains "-j" may fail)
Synopsis: Building in a directory whose name contains "-j" may fail
State-Changed-From-To: open->feedback
State-Changed-By: lukem%NetBSD.org@localhost
State-Changed-When: Fri, 19 May 2023 10:46:11 +0000
State-Changed-Why:
I've changed the GMAKE_J_ARGS expressions from:
GMAKE_J_ARGS?= ${MAKEFLAGS:[*]:M*-j*:C/.*(-j ?[0-9]*).*/\1/W}
to
GMAKE_J_ARGS?= ${MAKEFLAGS:[*]:M*-j*:C/(^|.* )(-j ?[0-9][0-9]*).*/\2/W}
and this seems to fix the issue if I build with -j 32 in a source
directory "src-j9999" or "src-john".
Does this resolve the issue for you?
Home |
Main Index |
Thread Index |
Old Index