In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/80d88bfb9ad63772b88c12e2906ef8d7be9606ce?hp=5ef4d93ec97e5239010a45df06473288e04f739a>

- Log -----------------------------------------------------------------
commit 80d88bfb9ad63772b88c12e2906ef8d7be9606ce
Author: karl williamson <pub...@khwilliamson.com>
Date:   Sun Dec 27 20:31:56 2009 -0700

    PATCH: Makefile in lib/unicore shouldn't clean .t file
    
    Attached.
    
    From 35eb2eee53740951b4f3dd7e96dc030d38e84ba7 Mon Sep 17 00:00:00 2001
    From: Karl Williamson <k...@khw-desktop.(none)>
    Date: Sun, 27 Dec 2009 20:30:00 -0700
    Subject: [PATCH] make clean shouldn't remove .t file
    
    Signed-off-by: H.Merijn Brand <h.m.br...@xs4all.nl>
-----------------------------------------------------------------------

Summary of changes:
 lib/unicore/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/unicore/Makefile b/lib/unicore/Makefile
index 4a3cdd3..17072ed 100644
--- a/lib/unicore/Makefile
+++ b/lib/unicore/Makefile
@@ -3,4 +3,4 @@ all:
 
 clean:
        rm -fr *.pl To lib
-       rm -f ../../pod/perluniprops.pod ../../t/re/uniprops.t mktables.lst
+       rm -f ../../pod/perluniprops.pod mktables.lst

--
Perl5 Master Repository

Reply via email to