root/lang/objective-cplusplus/i3/trunk/scripts/gnustep-config-filter.pl
@
31213
| Revision 31213, 190 bytes (checked in by saturday06, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | |
| 4 | open(INPUT, join(' ', @ARGV) . '|'); |
| 5 | while (<INPUT>) { |
| 6 | next if (/^make\[\d+\]: /); |
| 7 | while (s/\s(-O\d?|-g\d?|-s|\r|\n|\cx)\s/ /g) {} |
| 8 | print; |
| 9 | last; |
| 10 | } |
| 11 |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)