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

retouch jpeg-command in Makefile #91

Closed
wants to merge 1 commit into from

Conversation

saikiRA1011
Copy link

No description provided.

@saikiRA1011
Copy link
Author

The ">>" used in the jpeg command is the cause. Once the conversion fails, it will not work properly until __H.txt, __W.txt, etc. are deleted.
Converting ">>" to ">" prevented this problem.

@MathCancer
Copy link
Owner

Thank you!
This is a good change.
We don't do pull requests directly into master--only development.
But I'll manually track this change through all the makefiles.
Thank you!

@MathCancer MathCancer closed this May 11, 2022
MathCancer added a commit that referenced this pull request May 11, 2022
In response to PR 91 : #91

If the make jpeg rule fails, the __*.txt temporary files are left in place, so a subsequent "make jpeg" fails until these files are manually removed. Replacing >> (append) with > (overwrite) fixes the problem. Thanks saikiRA1011!
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