]> git.eshelyaron.com Git - emacs.git/commit
Fix Makefile subshell output when run in parallel
authorBasil L. Contovounesios <contovob@tcd.ie>
Sat, 6 Mar 2021 11:40:48 +0000 (11:40 +0000)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 6 Mar 2021 14:08:27 +0000 (14:08 +0000)
commit117505454ce04c0c0ce2c2b4058823cf764fc2eb
tree65f92421ca7e6545dd21ba3996387399494d40c3
parent6c498786fed219ee8f98092f7921b5a5b1aaca29
Fix Makefile subshell output when run in parallel

For discussion, see the following thread:
https://lists.gnu.org/r/emacs-devel/2021-03/msg00255.html

* Makefile.in (texi_misc): Avoid interspersing parallel Make output
with that from subshell.
Makefile.in