]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
tools/build/make.py: Avoid Python 3.7+ subprocess.run capture_output
authorJessica Clarke <jrtc27@FreeBSD.org>
Wed, 31 Jan 2024 19:45:59 +0000 (19:45 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Wed, 31 Jan 2024 19:45:59 +0000 (19:45 +0000)
commitb771d5705fc95445d4d81e054be664b7842156ff
tree4a478dc3be390caf115c8dd6b1997d61e1617d53
parent81bee6d793ee9543dc5391d980b0675cbdeb189a
tools/build/make.py: Avoid Python 3.7+ subprocess.run capture_output

This is just a convenient alias for setting stdout and stderr to PIPE,
so substitute it for that to be compatible with Python 3.6.

Fixes: 69cfdc81ea7b ("tools/build/make.py: Keep bootstrapped bmake binary up-to-date")
tools/build/make.py