Author: vlendec
Date: 2006-07-18 14:38:39 +0000 (Tue, 18 Jul 2006)
New Revision: 17117

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17117

Log:
merge -r17115:17116
Modified:
   branches/tmp/vl-messaging/source/script/mkproto.sh


Changeset:
Modified: branches/tmp/vl-messaging/source/script/mkproto.sh
===================================================================
--- branches/tmp/vl-messaging/source/script/mkproto.sh  2006-07-18 14:33:02 UTC 
(rev 17116)
+++ branches/tmp/vl-messaging/source/script/mkproto.sh  2006-07-18 14:38:39 UTC 
(rev 17117)
@@ -25,7 +25,7 @@
 shift
 headertmp="$header.$$.tmp~"
 
-proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep 
-v 'ubiqx/|wrapped|modules/getdate'`"
+proto_src="`echo $@ | tr ' ' '\n' | sed -e 's/\.o/\.c/g' | sort | uniq | egrep 
-v 'tdb/|wrapped|modules/getdate'`"
 
 echo creating $header
 

Reply via email to