]> git.tdb.fi Git - builder.git/commitdiff
Clean up output since target names now include the package name
authorMikko Rasa <tdb@tdb.fi>
Wed, 9 May 2012 21:00:35 +0000 (00:00 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 8 Jul 2012 21:08:51 +0000 (00:08 +0300)
source/builder.cpp

index 504fc7d8ea565139fdda95eb731f61ea103fd60e..69bd607bb3d8cdaa519df5dc460a3bf67e70ac2c 100644 (file)
@@ -581,7 +581,7 @@ int Builder::do_build()
                        if(tgt)
                        {
                                if(tgt->get_tool())
-                                       IO::print("[%-10s] [%-4s] %s\n", tgt->get_package()->get_name(), tgt->get_tool()->get_tag(), tgt->get_name());
+                                       IO::print("%-4s  %s\n", tgt->get_tool()->get_tag(), tgt->get_name());
                                Task *task = tgt->build();
                                if(task)
                                        tasks.push_back(task);