< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] [PATCH] Also remove $(ROOT)/lib.* when doing a distclean


Hi,

the following patch removes $(ROOT)/lib.*.* when doing a distclean.

Thanks,
Gregor
From: Gregor Jasny <gjasny@xxxxxx>
Subject: [PATCH] features-svn/buildsystem-sweeper

Improved clean targets

Signed-off-by: Gregor Jasny <gjasny@xxxxxx>

---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index fb63964..eab295b 100644
--- a/Makefile
+++ b/Makefile
@@ -198,6 +198,7 @@ distclean: cleancontrib cleanpkg
 	-rm -Rf .make_prefs
 	-rm -Rf build/Makefile.conf
 	-rm -f SVN-VERSION
+	-rm -Rf lib.*.*
 
 ###########################################################################
 install: install-ares install-rutil install-resip install-dum
-- 
tg: (d8f0129..) features-svn/buildsystem-sweeper (depends on: resiprocate-svn)