From: ishmal Date: Fri, 4 Apr 2008 17:55:37 +0000 (+0000) Subject: One more tweak X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fdc0aca35c4c8cd12712b9aa6fd52a7fe0159484;p=inkscape.git One more tweak --- diff --git a/buildtool.cpp b/buildtool.cpp index 721c0d769..21a7a4aef 100644 --- a/buildtool.cpp +++ b/buildtool.cpp @@ -6129,7 +6129,7 @@ protected: { va_list args; va_start(args,fmt); - fprintf(stdout, " --- <%s> : ", name.c_str()); + fprintf(stdout, " %s : ", name.c_str()); vfprintf(stdout, fmt, args); fprintf(stdout, "\n"); va_end(args) ; @@ -8561,7 +8561,7 @@ bool Make::executeTarget(Target &target, } } - status("## Target : %s : %s", name.c_str(), + status("##### Target : %s\n##### %s", name.c_str(), target.getDescription().c_str()); //Now let's do the tasks @@ -8569,7 +8569,7 @@ bool Make::executeTarget(Target &target, for (unsigned int i=0 ; igetName().c_str()); + status("--- %s / %s", name.c_str(), task->getName().c_str()); if (!task->execute()) { return false;