git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2b58a80
)
make.pl: matches gcc-xx and g++-xx
author
Rafaël Carré
<funman@videolan.org>
Wed, 21 May 2008 18:37:19 +0000
(20:37 +0200)
committer
Rafaël Carré
<funman@videolan.org>
Wed, 21 May 2008 18:46:04 +0000
(20:46 +0200)
extras/buildsystem/make.pl
patch
|
blob
|
history
diff --git
a/extras/buildsystem/make.pl
b/extras/buildsystem/make.pl
index
d770d70
..
47e4200
100755
(executable)
--- a/
extras/buildsystem/make.pl
+++ b/
extras/buildsystem/make.pl
@@
-36,9
+36,9
@@
while(<STDIN>)
$line =~ /^touch.*/ ||
$line =~ /^srcdir=.*/ ||
$line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
$line =~ /^touch.*/ ||
$line =~ /^srcdir=.*/ ||
$line =~ /^.* (lib[A-z0-9-_]*plugin.so).*/ ||
- $line =~ /^\s*gcc\s-std=.*/ ||
- $line =~ /^\sgcc\s-mmacosx.*/ ||
- $line =~ /^\sg\+\+\s.*/ ||
+ $line =~ /^\s*gcc
(-.*)?
\s-std=.*/ ||
+ $line =~ /^\sgcc
(-.*)?
\s-mmacosx.*/ ||
+ $line =~ /^\sg\+\+
(-.*)?
\s.*/ ||
# $line =~ /^.*moc.*/ ||
$line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
$line =~ /^.*rm\s\-f\s(.*)/ ||
# $line =~ /^.*moc.*/ ||
$line =~ /^.*libtool.*\-o\s(lib.*\.la).*/ ||
$line =~ /^.*rm\s\-f\s(.*)/ ||