diff options
author | Leo Izen <leo.izen@gmail.com> | 2017-10-15 14:24:50 -0400 |
---|---|---|
committer | Leo Izen <leo.izen@gmail.com> | 2017-10-15 14:24:50 -0400 |
commit | 965c4e578c2a4fa5120ccf284945a6a0d1fa6eba (patch) | |
tree | 264fc3f891999dfa0f90e3e98e4673ed6d948c76 /pure-java | |
parent | test: use POSIX-compliant printf (diff) | |
download | sha3sum-965c4e578c2a4fa5120ccf284945a6a0d1fa6eba.tar.gz sha3sum-965c4e578c2a4fa5120ccf284945a6a0d1fa6eba.tar.bz2 sha3sum-965c4e578c2a4fa5120ccf284945a6a0d1fa6eba.tar.xz |
Makefile: use "rm -f" upon cleaning and uninstalling
The coreutil "rm" will by default exit with failure if it is instructed
to remove a file that doesn't exist. Using "rm -f" will suppress this
behavior, so "rm" will exit with success whether or not the file had
existed before invoking "rm -f".
Diffstat (limited to 'pure-java')
0 files changed, 0 insertions, 0 deletions