mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
Fix a access error when you start two builds in the same minute on a PC by adding the seconds to $TIMENAME, too.
Clean up $DATENAME which included the year twice. svn path=/trunk/tools/RosBE/; revision=1196
This commit is contained in:
parent
1489cb46d1
commit
13f6da37cf
@ -31,8 +31,8 @@ if ($_ROSBE_USECCACHE -eq 1) {
|
||||
|
||||
# Get the current date and time for use in in our build log's file name.
|
||||
$TIMERAW = get-date -f t
|
||||
$DATENAME = get-date -f dyMMyyyy
|
||||
$TIMENAME = get-date -f HHmm
|
||||
$DATENAME = get-date -f dMMyyyy
|
||||
$TIMENAME = get-date -f Hms
|
||||
|
||||
# Check whether we were called as "makex" or "make"
|
||||
if ("$($args[0])" -eq "multi") {
|
||||
|
Loading…
Reference in New Issue
Block a user