Skip to content
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

Fix contrib/zcp/Makefile.am #9527

Merged
merged 1 commit into from
Oct 30, 2019
Merged

Conversation

behlendorf
Copy link
Contributor

Motivation and Context

Resolve issue observed in one of the contrib makefiles.

Description

Remove the stray leading + from the Makefile. This was
preventing the autosnap.lua channel program from being
properly included by make dist.

How Has This Been Tested?

Verified the make dist tarball now properly contains
the channel program.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (a change to man pages or other documentation)

Checklist:

Remove the stray leading + from the Makefile.  This was
preventing the autosnap.lua channel program from being
properly included by `make dist`.

Signed-off-by: Brian Behlendorf <[email protected]>
@behlendorf behlendorf added Type: Building Indicates an issue related to building binaries Status: Code Review Needed Ready for review and testing labels Oct 29, 2019
@codecov
Copy link

codecov bot commented Oct 30, 2019

Codecov Report

Merging #9527 into master will decrease coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #9527      +/-   ##
==========================================
- Coverage   79.16%   78.97%   -0.19%     
==========================================
  Files         416      416              
  Lines      123661   123661              
==========================================
- Hits        97895    97665     -230     
- Misses      25766    25996     +230
Flag Coverage Δ
#kernel 79.75% <ø> (ø) ⬆️
#user 66.35% <ø> (-0.59%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d46f0de...7c158dd. Read the comment docs.

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Oct 30, 2019
@behlendorf behlendorf merged commit f63e2fe into openzfs:master Oct 30, 2019
cvoltz pushed a commit to cvoltz/zfs that referenced this pull request Nov 1, 2019
Remove the stray leading + from the Makefile.  This was
preventing the autosnap.lua channel program from being
properly included by `make dist`.

Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#9527
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 26, 2019
Remove the stray leading + from the Makefile.  This was
preventing the autosnap.lua channel program from being
properly included by `make dist`.

Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#9527
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Dec 27, 2019
Remove the stray leading + from the Makefile.  This was
preventing the autosnap.lua channel program from being
properly included by `make dist`.

Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#9527
tonyhutter pushed a commit that referenced this pull request Jan 23, 2020
Remove the stray leading + from the Makefile.  This was
preventing the autosnap.lua channel program from being
properly included by `make dist`.

Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #9527
@behlendorf behlendorf deleted the fix-zcp-makefile branch April 19, 2021 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested) Type: Building Indicates an issue related to building binaries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants