Closed bellecp closed 9 years ago
When the repository is a git submodule, (...)/.git is not a directory and the VCSTURD file was not found by make.
git rev-parse --git-dir
handles submodules correctly and fixes the issue.
When the repository is a git submodule, (...)/.git is not a directory and the VCSTURD file was not found by make.
handles submodules correctly and fixes the issue.