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: Remove generated .sfo file on clean #52

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

matthijskooijman
Copy link
Contributor

This fixes a part of #47.

Makefile.in Outdated
@@ -9,7 +9,7 @@
> $@
$(_V) [ -z "$(UNIX2DOS)" ] || $(UNIX2DOS) $(UNIX2DOS_FLAGS) $@

MD5SUM ?= $(shell command -v md5sum 2>/dev/null)
MD5SUM ?= $(shell which md5sum 2>/dev/null)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought the general trend in packaging was to remove which usages

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, that could be. I cannot actually recall why I made this change in the first place, and the commit message does not mention it (which is unlike me), so I suspect I just accidentally put this change in this commit (which is also unlike me). This change is also not in the package I'm shipping in the Debian package, so it does not seem to be required there either.

In any case, I've force pushed an update to remove this change, leaving just the .sfo removal (and rebasing the PR at the same time).

Thanks!

@matthijskooijman
Copy link
Contributor Author

Did another rebase, the CI now passes.

@LordAro LordAro merged commit c1760ea into OpenTTD:master Mar 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants