diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-21 14:14:29 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-08-21 14:15:00 -0500 |
commit | 13014eda6051b455c28af1443971b0eccd9e786a (patch) | |
tree | d862772a326eb837b255d99be77d2f4ab8160260 /solenv | |
parent | 4b8f887266321ade837e1ebebee72a60ac6f840b (diff) |
keep the deliver log apart from build log for gbuildified module
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/build.pl | 4 |
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 { |