Changeset e6137ef1f3f55bf10ca1e1ef0d97fd200d01c2ad

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

[7caf92c9f6eec8ee9742d5312e96641b25d19123]

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

Less information when compiling with compile

Files:

Legend:

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

    r7caf92c re6137ef  
    4646    $line =~ /^mv\s-f\s(.*)/ || 
    4747    $line =~ /^ln\s-s\s(.*)/ || 
     48    $line =~ /^echo\s/ || 
     49    $line =~ /^mkdir\s/ || 
     50    $line =~ /^cat\s/ || 
     51    $line =~ /^grep\s/ || 
     52    $line =~ /^cd\s/ || 
     53    $line =~ /^sed\s/ || 
     54    $line =~ /^bindir=\s/ || 
    4855    $line =~ /^creating lib.*/ || 
    49         $line =~ /^\// ) 
     56        $line =~ /^\s*\// ) 
    5057     {} 
    5158     # Info