mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
added status message during nightly test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
46cd65dfa6
commit
fcf207b3f7
@ -584,8 +584,7 @@ my $UserUpdateList = join "\n", sort keys %UsersUpdated;
|
||||
##############################################################
|
||||
if (!$NOCHECKOUT && !$NOBUILD) {
|
||||
my $EXTRAFLAGS = "--enable-spec --with-objroot=.";
|
||||
if ( $VERBOSE )
|
||||
{
|
||||
if ( $VERBOSE ){
|
||||
print "CONFIGURE STAGE:\n";
|
||||
print "(time -p $NICE ./configure $CONFIGUREARGS $EXTRAFLAGS) > $BuildLog 2>&1\n";
|
||||
}
|
||||
@ -614,6 +613,9 @@ if (!$NOCHECKOUT && !$NOBUILD) {
|
||||
my $a_file_sizes="";
|
||||
my $o_file_sizes="";
|
||||
if(!$BuildError){
|
||||
if ( $VERBOSE ){
|
||||
print "Organizing size of .o and .a files\n";
|
||||
}
|
||||
ChangeDir( "$BuildDir", "Build Directory" );
|
||||
$afiles = `find . -iname '*.a' -ls`;
|
||||
$ofiles = `find . -iname '*.o' -ls`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user