diff --git a/Makefile b/Makefile index 0c583842bf..d4df6f9bbe 100644 --- a/Makefile +++ b/Makefile @@ -89,6 +89,7 @@ endif endif print-build-info: + $(shell git config --global --add safe.directory '*') @echo "Build Tag: $(BUILD_TAGS)" @echo "Build Time: $(BUILD_TIME)" @echo "Git Commit: $(GIT_COMMIT)"