[Pkg-wmaker-commits] [wmppp.app] 18/120: debian/patches/usr_rm_-f_for_make_clean.patch: Prevent make clean from failing when source tree is already clean.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 27 12:04:31 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 6469a4d82c0497a5ab032b56db4efeec57fb2dcb
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Sat Aug 16 13:50:29 2014 -0500

    debian/patches/usr_rm_-f_for_make_clean.patch: Prevent make clean from failing
    when source tree is already clean.
---
 debian/patches/series                         |  1 +
 debian/patches/use_rm_-f_for_make_clean.patch | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..abed634
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use_rm_-f_for_make_clean.patch
diff --git a/debian/patches/use_rm_-f_for_make_clean.patch b/debian/patches/use_rm_-f_for_make_clean.patch
new file mode 100644
index 0000000..ae2e9a6
--- /dev/null
+++ b/debian/patches/use_rm_-f_for_make_clean.patch
@@ -0,0 +1,20 @@
+Description: Use rm -f for make clean
+ This patch prevents make clean from failing when the source tree is already
+ clean.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: 2014-08-16
+
+--- a/wmppp/Makefile
++++ b/wmppp/Makefile
+@@ -16,9 +16,9 @@
+ 
+ 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