You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2014/04/22 23:08:41 UTC

[lucy-commits] [5/6] git commit: refs/heads/master - Remove unneeded build action dependency

Remove unneeded build action dependency


Project: http://git-wip-us.apache.org/repos/asf/lucy/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/12104ffd
Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/12104ffd
Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/12104ffd

Branch: refs/heads/master
Commit: 12104ffd658443db85653718e0b820b9fb2f7950
Parents: 0c43d91
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Tue Apr 22 22:49:32 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Tue Apr 22 23:05:37 2014 +0200

----------------------------------------------------------------------
 perl/buildlib/Lucy/Build.pm | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/12104ffd/perl/buildlib/Lucy/Build.pm
----------------------------------------------------------------------
diff --git a/perl/buildlib/Lucy/Build.pm b/perl/buildlib/Lucy/Build.pm
index ebfabb5..7bdf648 100644
--- a/perl/buildlib/Lucy/Build.pm
+++ b/perl/buildlib/Lucy/Build.pm
@@ -93,14 +93,6 @@ sub ACTION_copy_clownfish_includes {
     $self->cf_copy_include_file( qw( Lucy Util ToolSet.h ) );
 }
 
-sub ACTION_clownfish {
-    my $self = shift;
-
-    $self->depends_on('charmony');
-
-    $self->SUPER::ACTION_clownfish;
-}
-
 sub ACTION_suppressions {
     my $self       = shift;
     my $LOCAL_SUPP = 'local.supp';