Changeset 7caf92c9f6eec8ee9742d5312e96641b25d19123

Show
Ignore:
Timestamp:
06/05/08 14:26:00 (5 months ago)
Author:
Rémi Duraffort <ivoire@videolan.org>
git-committer:
Rémi Duraffort <ivoire@videolan.org> 1210076760 +0200
git-parent:

[c35af423b5a87c93ab63e39ad90332e10846bd9f]

git-author:
Rémi Duraffort <ivoire@videolan.org> 1210076752 +0200
Message:

Print less information about the compilation when using make.pl

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/buildsystem/make.pl

    rf0c2794 r7caf92c  
    3737        $line =~ /^srcdir=.*/ || 
    3838        $line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ || 
    39     $line =~ /^\sgcc\s-std=.*/ || 
    40     $line =~ /^\sgcc\s-mmacosx.*/ || 
    41     $line =~ /^\sg\+\+\s.*/ || 
     39    $line =~ /^\s*gcc\s-std=.*/ || 
     40        $line =~ /^\sgcc\s-mmacosx.*/ || 
     41        $line =~ /^\sg\+\+\s.*/ || 
    4242#    $line =~ /^.*moc.*/ || 
    4343    $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || 
    4444        $line =~ /^.*rm\s\-f\s(.*)/ || 
    4545    $line =~ /^rm\s-fr\s(.*)/ || 
    46     $line =~ /^creating lib.*/ ) 
     46    $line =~ /^mv\s-f\s(.*)/ || 
     47    $line =~ /^ln\s-s\s(.*)/ || 
     48    $line =~ /^creating lib.*/ || 
     49        $line =~ /^\// ) 
    4750     {} 
    4851     # Info