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."

Reply via email to