[Pkg-wmaker-commits] [wmppp.app] 44/120: wmppp.app: Use rm -f for make clean

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 12:04:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmppp.app.

commit 593152da414fb609841843e92803ba54718c3804
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sun Sep 14 12:57:20 2014 -0500

    wmppp.app: Use rm -f for make clean
    
    This patch prevents "make clean" from failing when the source tree is already
    clean.
---
 wmppp/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmppp/Makefile b/wmppp/Makefile
index 0800bac..763e52a 100644
--- a/wmppp/Makefile
+++ b/wmppp/Makefile
@@ -16,9 +16,9 @@ all:: wmppp getmodemspeed
 
 clean::
 	for i in $(OBJS) ; do \
-		rm $$i; \
+		rm -f $$i; \
 	done
-	rm wmppp getmodemspeed
+	rm -f wmppp getmodemspeed
 
 install::
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmppp.app.git



More information about the Pkg-wmaker-commits mailing list