Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Bump version #27
Bump version #27
Changes from 1 commit
6afb78fe90c38711f04407b251a0cc18bab67c86ad6e40bf954e7ed62f7fc4fac8da60e179cb8e60814469d5e811834dc45c889697278108dd6338da220dd1c54d9332316566be16f42921fabd1017d59193455b02bc889353419ead16d0b9b634e8378932f1ef454141d0b6692f0893a1eabea2159f765e5e51c544c4f44f50e0ecfff03e3af023b852a1df260d7cb1a2f329d11793a571f28b28fcf236ae1b0cac61cccfc87ba4File filter
Filter by extension
Conversations
Jump to
`gzip` supports (deprecated) `GZIP` environment variable. If it's already present Makefile would override it and pass it through causing thre breakage: $ dev>GZIP=-n make gzip -9 -c mpath_persistent_reserve_in.3 > mpath_persistent_reserve_in.3.gz gzip: -c: option not valid in GZIP environment variable Try `gzip --help' for more information. Fix build by renaming GZIP variable to GZIP_PROG to avoid collision. mwilck: most of this is obsoleted by a220dd1 ("build: don't compress man pages") CC: Martin Wilck <mwilck@suse.com> CC: Benjamin Marzinski <bmarzins@redhat.com> Signed-off-by: Sergei Trofimovich <slyich@gmail.com> Signed-off-by: Martin Wilck <mwilck@suse.com> Reviewed-by: Martin Wilck <mwilck@suse.com>There are no files selected for viewing