Changeset 9f3a5f3a463f638e8c760649fdfc34c081857c83
- Timestamp:
- 05/07/08 23:40:55
(4 months ago)
- Author:
- Rémi Duraffort <ivoire@videolan.org>
- git-committer:
- Rémi Duraffort <ivoire@videolan.org> 1210196455 +0200
- git-parent:
[b1b63c31bdcf3823aa2a6479cda00bc5aee9624c]
- git-author:
- Rémi Duraffort <ivoire@videolan.org> 1210196433 +0200
- Message:
Less and less information with compile
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re6137ef |
r9f3a5f3 |
|
| 53 | 53 | $line =~ /^sed\s/ || |
|---|
| 54 | 54 | $line =~ /^bindir=\s/ || |
|---|
| | 55 | $line =~ /^libtool:\s/ || |
|---|
| 55 | 56 | $line =~ /^creating lib.*/ || |
|---|
| 56 | 57 | $line =~ /^\s*\// ) |
|---|