The patch number 11274 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <[email protected]>

------

From: Mauro Carvalho Chehab  <[email protected]>
do_merge.pl: Do a small fix at the building part of the script


Priority: normal

Signed-off-by: Mauro Carvalho Chehab <[email protected]>


---

 v4l/scripts/do_merge.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r db89ef4fec56 -r 055d56e8f2d1 v4l/scripts/do_merge.pl
--- a/v4l/scripts/do_merge.pl   Sun Mar 29 05:49:03 2009 -0300
+++ b/v4l/scripts/do_merge.pl   Sun Mar 29 05:51:18 2009 -0300
@@ -153,7 +153,7 @@ if ($n_heads == 2) {
 # Test resulting tree
 
 print "Testing if the build didn't break compilation. Only errors and warnings 
will be displayed. Please wait.\n";
-$ret = system ('make all|grep -v "^ CC"|grep -v "^ LD"');
+$ret = system ('make all|egrep -v "^\s*CC"|egrep -v "^\s*LD"');
 if ($ret) {
        print "Build failed. Can't procceed.\n";
 


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/055d56e8f2d18a9b715664a8930f4e3fe221bfdb

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to