]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
release: make -j compat: cd inside subshell
authorColin Percival <cperciva@FreeBSD.org>
Wed, 10 Apr 2024 03:25:34 +0000 (20:25 -0700)
committerColin Percival <cperciva@FreeBSD.org>
Wed, 10 Apr 2024 03:29:16 +0000 (20:29 -0700)
commit93e4813b9a157396ffbcf8456ca4f5c25599807d
tree5cd1d75f4f65044978fca66cc0b07b9101ef43b9
parentac83063d37e5e92ad048cc4ed958654c02103f74
release: make -j compat: cd inside subshell

Place instances of "cd foo && bar" inside subshells for compatibility
with modern make(8) which uses a single shell for the duration of a
makefile target.

MFC after: 1 week
release/Makefile