mirror of
https://github.com/mirror/make.git
synced 2026-08-23 18:33:28 +08:00
We only create one target environment for all commands in a recipe. Ensure it's set for recursive make if ANY command is recursive, not just the first one. * src/job.c (start_job_command): Check for any recursive command. * tests/scripts/features/jobserver: Test recursion on second line.