Re: [bug #67804] Excessive "Entering directory" with -O/--output-sync

Andreas Schwab <[email protected]> Thu, 11 Dec 2025 16:37:47 +0100
Newsgroups gmane.comp.gnu.make.bugs
Message-ID <[email protected]>
On Dez 11 2025, Paul D. Smith wrote:

> $ make -C $(pwd)
> make: Entering directory '/tmp/test'
> a
> b
> c
> d
> make: Leaving directory '/tmp/test'

$ make -C $(pwd) -j -O
make: Entering directory '/tmp/test'
a
make: Leaving directory '/tmp/test'
make: Entering directory '/tmp/test'
b
make: Leaving directory '/tmp/test'
make: Entering directory '/tmp/test'
c
make: Leaving directory '/tmp/test'
make: Entering directory '/tmp/test'
d
make: Leaving directory '/tmp/test'

-- 
Andreas Schwab, SUSE Labs, [email protected]
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."