Kaydet (Commit) c6a5e93b authored tarafından David Tardon's avatar David Tardon

clean linkoo output

Change-Id: I5345a062206a065f01bb19ca808c467d94da5259
üst b35b7f82
...@@ -455,6 +455,7 @@ sub link_ui_files() ...@@ -455,6 +455,7 @@ sub link_ui_files()
my @modules = get_modules( $OOO_BUILD, $TARGET ); my @modules = get_modules( $OOO_BUILD, $TARGET );
print "ui case:";
# Search the files in the source tree # Search the files in the source tree
for my $dest ( @files ) for my $dest ( @files )
{ {
...@@ -500,6 +501,7 @@ sub link_ui_files() ...@@ -500,6 +501,7 @@ sub link_ui_files()
do_link ( $src_dir, $dest_dir, $name, $name ); do_link ( $src_dir, $dest_dir, $name, $name );
} }
} }
print "\n";
} }
evilness ('undo'); evilness ('undo');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment