summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2011-08-21 14:14:29 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2011-08-21 14:15:00 -0500
commit13014eda6051b455c28af1443971b0eccd9e786a (patch)
treed862772a326eb837b255d99be77d2f4ab8160260
parent4b8f887266321ade837e1ebebee72a60ac6f840b (diff)
keep the deliver log apart from build log for gbuildified module
-rwxr-xr-xsolenv/bin/build.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 19f5b46f1f96..3d1325437408 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1143,8 +1143,8 @@ sub check_deps_hash {
if ( $source_config->is_gbuild($module) )
{
- $log_path = correct_path("$workdir/Logs/$module.log");
- $long_log_path = correct_path("$workdir/Logs/$module.log");
+ $log_path = correct_path("$workdir/Logs/${module}_${log_name}");
+ $long_log_path = correct_path("$workdir/Logs/${module}_${log_name}");
}
else
{