CVSROOT: /cvs Module name: ports Changes by: [email protected] 2022/05/04 11:03:35
Modified files:
lang/go : go.port.mk
Log message:
go.port.mk: use `-p=N' not `-p N'
if MODGO_FLAGS ends up in the environment as $GOFLAGS then go fails to
parse it and errors out:
% GOFLAGS='-p 1' go build
go: parsing $GOFLAGS: non-flag "1"
ok abieber@
