[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
`make -O` when non-parallel
From: |
Stefan Monnier |
Subject: |
`make -O` when non-parallel |
Date: |
Fri, 23 Sep 2022 13:23:27 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
I like the fact that `make -O` gives me output that's always meaningful,
but it's sometimes annoying how it's sitting idly while a command is
spewing output. To some extent it's unavoidable, but I wonder if we
could reduce the inconvenience by making such that Make emits the
subprocess's output without delay *if* that's the only subprocess active
(i.e. we're not waiting to see which process ends first before emitting
its output).
Stefan
- `make -O` when non-parallel,
Stefan Monnier <=