public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - build: fix clean operation for .pc files
@ 2009-06-09 11:48 Fabio M. Di Nitto
  0 siblings, 0 replies; only message in thread
From: Fabio M. Di Nitto @ 2009-06-09 11:48 UTC (permalink / raw)
  To: cluster-cvs-relay

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}


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-09 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-09 11:48 cluster: STABLE3 - build: fix clean operation for .pc files Fabio M. Di Nitto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).