Expected:
Running make doesn't give errors.
Observed:
When running make in the macOS directory, it would error out if a folder name in one of the paths containing the repo had a space in the name. Example folder name: git repos.
Workaround:
Changing the folder from git repos to repos lets the make script run to completion, but perhaps this can be fixed to not need that as an enhancement in the future.