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 for 'make clean' failing on pristine sources #488

Merged
merged 1 commit into from
Mar 24, 2022
Merged

Fix for 'make clean' failing on pristine sources #488

merged 1 commit into from
Mar 24, 2022

Conversation

zwets
Copy link
Contributor

@zwets zwets commented Mar 21, 2022

Currently a fresh checkout of the project fails make clean && make. This is due to rm commands in the clean targets that fail on non-existing files.

This commit replaces the rm and -rm in the clean targets with rm -f, which won't fail if the targeted file is absent.

@mikolmogorov
Copy link
Owner

Thanks, merged!

@mikolmogorov mikolmogorov merged commit 80f22f3 into mikolmogorov:flye Mar 24, 2022
@zwets zwets deleted the fix-pristine-clean branch March 24, 2022 05:07
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