Change full-removal of mozilla directory into a logged command. Add print

statement for non-release builds. (cmp)
This commit is contained in:
cltbld 2005-02-04 20:11:18 +00:00
parent 78d6780bb5
commit 6a3c2d9cc0

View File

@ -657,9 +657,10 @@ sub PreBuild {
if (cacheit($c_hour,$c_yday,$Settings::build_hour,$last_build_day)) {
TinderUtils::print_log "starting nightly release build\n";
# clobber the tree
system("rm -rf mozilla");
TinderUtils::run_shell_command "rm -rf mozilla";
$cachebuild = 1;
} else {
TinderUtils::print_log "starting non-release build\n";
$cachebuild = 0;
}
}