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

Makefile.m32: fix regression with tool_hugehelp [ci skip] #9645

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Oct 4, 2022

In a recent commit I mistakenly deleted this logic, after seeing a reference to a filename ending with .cvs and thinking it must have been long gone. Turns out this is an existing file. Restore the rule and the necessary COPY definitions with it.

The restored logic is required for a successful build on a bare source tree (as opposed to a source release tarball).

Also shorten an existing condition similar to the one added in this patch.

Regression since 07a0047

Closes #xxxx

In a recent commit I mistakenly deleted this logic, after seeing a
reference to a filename ending with `.cvs` and thinking it must have
been long gone. Turns out this is an existing file. Restore the rule
and the necessary `COPY` definitions with it.

The restored logic is required for a successful build on a bare source
tree (as opposed to a source release tarball).

Also shorten an existing condition similar to the one added in this
patch.

Regression since 07a0047

Closes #xxxx
@vszakats vszakats closed this in 4d73724 Oct 4, 2022
@vszakats vszakats deleted the m32cvs branch October 4, 2022 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant