View | Details | Raw Unified | Return to issue 60948
Collapse All | Expand All

(-)bin/build.pl (+5 lines)
Lines 38-43 Link Here
38
#
38
#
39
# build - build entire project
39
# build - build entire project
40
#
40
#
41
42
# Force build timestamp printing at the immediate start of the program
43
    print "s build " . time() . "\n";
44
    
41
    use Config;
45
    use Config;
42
    use POSIX;
46
    use POSIX;
43
    use Cwd qw (cwd);
47
    use Cwd qw (cwd);
Lines 2248-2253 Link Here
2248
#    } else {
2252
#    } else {
2249
#        finish_logging;
2253
#        finish_logging;
2250
#    };
2254
#    };
2255
    print "e build " . time() . "\n";
2251
    exit($exit_code);
2256
    exit($exit_code);
2252
};
2257
};
2253
2258

Return to issue 60948