summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-01-08 10:30:45 +0100
committerDavid Tardon <dtardon@redhat.com>2013-01-22 13:37:24 +0100
commitc6a5e93b79e01e13185a909106d9dd6a68be63f6 (patch)
tree1c48a851f391fb7d6c76e83934d403c0235c887b /solenv
parentb35b7f8285b60271eeae257ea350a615523391a4 (diff)
clean linkoo output
Change-Id: I5345a062206a065f01bb19ca808c467d94da5259
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/linkoo2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/bin/linkoo b/solenv/bin/linkoo
index 7b9ee4a1ac2a..6f6e096f4d76 100755
--- a/solenv/bin/linkoo
+++ b/solenv/bin/linkoo
@@ -455,6 +455,7 @@ sub link_ui_files()
my @modules = get_modules( $OOO_BUILD, $TARGET );
+ print "ui case:";
# Search the files in the source tree
for my $dest ( @files )
{
@@ -500,6 +501,7 @@ sub link_ui_files()
do_link ( $src_dir, $dest_dir, $name, $name );
}
}
+ print "\n";
}
evilness ('undo');