defuse / passgen

A password generator.
78 stars 25 forks source link

Failures on make clean #27

Closed phillid closed 10 years ago

phillid commented 10 years ago

When a make clean ... is run from a fresh untarred source, rm complains:

rm: cannot remove ‘passgen’: No such file or directory
rm: cannot remove ‘passgen.o’: No such file or directory
rm: cannot remove ‘libs/ct32.o’: No such file or directory
rm: cannot remove ‘libs/ct_string.o’: No such file or directory
rm: cannot remove ‘libs/memset_s.o’: No such file or directory

This causes the clean target to fail, resulting in automated packagers such as Arch's makepkg to fail to build the package. Errors such as these can be suppressed with rm's -f flag.

defuse commented 10 years ago

Thanks for pointing that out! I'll do this tonight.

defuse commented 10 years ago

Fixed in b44539a34dda111d3286726da14dce2ebfd7d20b