Changeset e6137ef1f3f55bf10ca1e1ef0d97fd200d01c2ad
- 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
| r7caf92c |
re6137ef |
|
| 46 | 46 | $line =~ /^mv\s-f\s(.*)/ || |
|---|
| 47 | 47 | $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/ || |
|---|
| 48 | 55 | $line =~ /^creating lib.*/ || |
|---|
| 49 | | $line =~ /^\// ) |
|---|
| | 56 | $line =~ /^\s*\// ) |
|---|
| 50 | 57 | {} |
|---|
| 51 | 58 | # Info |
|---|