From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2513 invoked by alias); 28 May 2009 12:40:45 -0000 Received: (qmail 2506 invoked by alias); 28 May 2009 12:40:44 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,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: clean up perl bindings .d 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: 19ad5d08a7fa2a1eff4d4f3bb72dc13871bc6bd9 X-Git-Newrev: 9315b8c66ea39b439ef97ec912d6390b39bc0932 From: "Fabio M. Di Nitto" Message-Id: <20090528124012.1F63F120210@lists.fedorahosted.org> Date: Thu, 28 May 2009 12:40: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/msg00430.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9315b8c66ea39b439ef97ec912d6390b39bc0932 Commit: 9315b8c66ea39b439ef97ec912d6390b39bc0932 Parent: 19ad5d08a7fa2a1eff4d4f3bb72dc13871bc6bd9 Author: Fabio M. Di Nitto AuthorDate: Thu May 28 14:39:44 2009 +0200 Committer: Fabio M. Di Nitto CommitterDate: Thu May 28 14:39:44 2009 +0200 build: clean up perl bindings .d files Signed-off-by: Fabio M. Di Nitto --- make/perl-binding-common.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/make/perl-binding-common.mk b/make/perl-binding-common.mk index d51520c..ad1ffcb 100644 --- a/make/perl-binding-common.mk +++ b/make/perl-binding-common.mk @@ -27,4 +27,4 @@ uninstall: clean: -${MAKE} -f Makefile clean - rm -f $(TARGET) Makefile.old + rm -f $(TARGET) Makefile.old *.d