Changeset 7caf92c9f6eec8ee9742d5312e96641b25d19123
- 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
| rf0c2794 |
r7caf92c |
|
| 37 | 37 | $line =~ /^srcdir=.*/ || |
|---|
| 38 | 38 | $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.*/ || |
|---|
| 42 | 42 | # $line =~ /^.*moc.*/ || |
|---|
| 43 | 43 | $line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ || |
|---|
| 44 | 44 | $line =~ /^.*rm\s\-f\s(.*)/ || |
|---|
| 45 | 45 | $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 =~ /^\// ) |
|---|
| 47 | 50 | {} |
|---|
| 48 | 51 | # Info |
|---|