From: Zhang Qiang Date: Fri, 21 Sep 2012 07:05:51 +0000 (+0800) Subject: show full build log path for incremental build X-Git-Tag: 0.1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69314b9b599208470ee20100aced0ef573e931e1;p=tools%2Fdepanneur.git show full build log path for incremental build for incremental build mode, this patch is necessary, as if buildlog is redirectted to /dev/null, some user don't know where's the log, and the build results. Change-Id: I738193275bc5ecc5cd42b9fb0c8df2a879ac2530 --- diff --git a/depanneur b/depanneur index acff3b7..a005b71 100755 --- a/depanneur +++ b/depanneur @@ -837,6 +837,7 @@ sub build_package { threads->detach() if ! threads->is_detached(); } info("finished incremental building $name"); + info("building log can be found here: $scratch/.build.log"); exit(0); } else { push @args, "--root $scratch";