show full build log path for incremental build
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 21 Sep 2012 07:05:51 +0000 (15:05 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Fri, 21 Sep 2012 07:08:07 +0000 (15:08 +0800)
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

depanneur

index acff3b79c8719e05d5716ceeca91baa37cce7ef3..a005b713c398eb0168563d2658ea4313d23f7e77 100755 (executable)
--- 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";