Subversion Repositories DevTools

Rev

Rev 4633 | Rev 4688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4633 Rev 4634
Line 699... Line 699...
699
    #       GBE_ABT value
699
    #       GBE_ABT value
700
    #
700
    #
701
    my $built_info = localtime() ."," . gmtime() . " GMT,$GBE_MACHTYPE,$GBE_HOSTNAME,$USER,$GBE_ABT";
701
    my $built_info = localtime() ."," . gmtime() . " GMT,$GBE_MACHTYPE,$GBE_HOSTNAME,$USER,$GBE_ABT";
702
    LogFileOp("Mark File",$touchfile);
702
    LogFileOp("Mark File",$touchfile);
703
    FileAppend ( $touchfile, $built_info );
703
    FileAppend ( $touchfile, $built_info );
-
 
704
    addFile('file', $touchfile, $touchfile);
-
 
705
 
704
 
706
 
705
    #
707
    #
706
    #   If there is a .lnk file in the archive then remove it now that the
708
    #   If there is a .lnk file in the archive then remove it now that the
707
    #   archive has been transferred. The .lnk files are created in 'local'
709
    #   archive has been transferred. The .lnk files are created in 'local'
708
    #   archives in order to simplify multi-package builds
710
    #   archives in order to simplify multi-package builds