-
Notifications
You must be signed in to change notification settings - Fork 38
Git fatal message while in out of source build #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ziva777 Could you describe in more detail how to reproduce the error? I can't reproduce it.
|
You can reproduce it easily downlading a tarball rather than cloning the repository. It comes from https://github.com/postgrespro/pg_wait_sampling/blob/master/Makefile#L31
which is evaluated even if you're not using the "package" target. I guess you could move the zip file generation in the package rules rather than dependency? The zip file generation is very fast so it's not really a problem if you overwrite it. |
@keremet yes, although it's possible to avoid the extra git execution entirely even if with your version it doesn't output any message anymore, as I mentioned in the review. |
While in out of source build I got:
$ make clean -sj fatal: not a git repository (or any of the parent directories): .git
which is annoying.
The text was updated successfully, but these errors were encountered: