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

Added check for : command not producing .gmo file in po/Makefile.in.in #99

Merged
merged 1 commit into from
May 20, 2018
Merged

Added check for : command not producing .gmo file in po/Makefile.in.in #99

merged 1 commit into from
May 20, 2018

Conversation

domainexpert
Copy link
Contributor

Otherwise the make may fail with the following message when msgfmt is not installed:

make[2]: Entering directory '/root/w3m/po'
rm -f ja.gmo && : -c --statistics --verbose -o ja.gmo ja.po
mv: cannot stat 't-ja.gmo': No such file or directory
Makefile:132: recipe for target 'ja.gmo' failed
make[2]: *** [ja.gmo] Error 1
make[2]: Leaving directory '/root/w3m/po'
Makefile:169: recipe for target 'stamp-po' failed
make[1]: *** [stamp-po] Error 2
make[1]: Leaving directory '/root/w3m/po'
Makefile:213: recipe for target 'po' failed
make: *** [po] Error 2

@tats tats merged commit dbe0bc2 into tats:master May 20, 2018
@tats
Copy link
Owner

tats commented May 20, 2018

Merged, thank you.

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.

None yet

2 participants