diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-06-14 15:12:24 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-06-18 09:06:00 +0200 |
commit | 4f95db79456a7dbbf4f2a45abe48c83ba8638b1f (patch) | |
tree | 0716e40a1762de9b191c176c561e82712f544c28 /test/valgrind | |
parent | ae92e77d5eb88faed627e38b342a041985c128d5 (diff) | |
download | passt-4f95db79456a7dbbf4f2a45abe48c83ba8638b1f.tar passt-4f95db79456a7dbbf4f2a45abe48c83ba8638b1f.tar.gz passt-4f95db79456a7dbbf4f2a45abe48c83ba8638b1f.tar.bz2 passt-4f95db79456a7dbbf4f2a45abe48c83ba8638b1f.tar.lz passt-4f95db79456a7dbbf4f2a45abe48c83ba8638b1f.tar.xz passt-4f95db79456a7dbbf4f2a45abe48c83ba8638b1f.tar.zst passt-4f95db79456a7dbbf4f2a45abe48c83ba8638b1f.zip |
Makefile: Tweak $(RM) usage
The use of rm commands in the clean and uninstall targets adds an explicit
leading - to ignore errors. However the built-in RM variable in make is
actually "rm -f" which already ignores errors, so the - isn't neccessary.
Also replace ${RM} with $(RM) which is the more conventional form in
Makefiles.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/valgrind')
0 files changed, 0 insertions, 0 deletions