This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - build: fix clean operation for .pc files


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=39562ce9ffddab2422e7cd905d9b8d7175d1f060
Commit:        39562ce9ffddab2422e7cd905d9b8d7175d1f060
Parent:        6b02842572472e1cac2f77d7bda6ea6a0c3d4047
Author:        Fabio M. Di Nitto <fdinitto@redhat.com>
AuthorDate:    Tue Jun 9 13:47:41 2009 +0200
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Tue Jun 9 13:47:41 2009 +0200

build: fix clean operation for .pc files

Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
---
 make/clean.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/make/clean.mk b/make/clean.mk
index adc25ca..3b66280 100644
--- a/make/clean.mk
+++ b/make/clean.mk
@@ -3,5 +3,5 @@ generalclean:
 	rm -rf core core.* .depend cscope.* *.orig *.rej
 	rm -rf linux .*.o.cmd .*.ko.cmd *.mod.c .tmp_versions
 	rm -rf Module.symvers Module.markers .*.o.d modules.order
-	rm -rf ${TARGET} ${TARGETS} ${TARGET}_test ${TARGET}.pc
+	rm -rf ${TARGET} ${TARGETS} ${TARGET}_test *.pc
 	rm -rf ${TARGET1} ${TARGET2} ${TARGET3} ${TARGET4} ${TARGET5} ${TARGET6}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]