From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20592 invoked by alias); 9 Jun 2009 11:48:52 -0000 Received: (qmail 20569 invoked by alias); 9 Jun 2009 11:48:51 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_75,SPF_HELO_PASS X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_75,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bastion2.fedora.phx.redhat.com Subject: cluster: STABLE3 - build: fix clean operation for .pc files To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/STABLE3 X-Git-Reftype: branch X-Git-Oldrev: 6b02842572472e1cac2f77d7bda6ea6a0c3d4047 X-Git-Newrev: 39562ce9ffddab2422e7cd905d9b8d7175d1f060 From: "Fabio M. Di Nitto" Message-Id: <20090609114820.D8722120194@lists.fedorahosted.org> Date: Tue, 09 Jun 2009 11:48:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00485.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=39562ce9ffddab2422e7cd905d9b8d7175d1f060 Commit: 39562ce9ffddab2422e7cd905d9b8d7175d1f060 Parent: 6b02842572472e1cac2f77d7bda6ea6a0c3d4047 Author: Fabio M. Di Nitto AuthorDate: Tue Jun 9 13:47:41 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Tue Jun 9 13:47:41 2009 +0200 build: fix clean operation for .pc files Signed-off-by: Fabio M. Di Nitto --- 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}