svn commit: samba r17116 - in branches/SAMBA_3_0/source/script: .
vlendec at samba.org
vlendec at samba.org
Tue Jul 18 14:33:02 GMT 2006
Author: vlendec
Date: 2006-07-18 14:33:02 +0000 (Tue, 18 Jul 2006)
New Revision: 17116
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17116
Log:
Jerry, I can't reach you right now, but r17110 broke the build.
Please check.
Volker
Modified:
branches/SAMBA_3_0/source/script/mkproto.sh
Changeset:
Modified: branches/SAMBA_3_0/source/script/mkproto.sh
===================================================================
--- branches/SAMBA_3_0/source/script/mkproto.sh 2006-07-18 14:16:31 UTC (rev 17115)
+++ branches/SAMBA_3_0/source/script/mkproto.sh 2006-07-18 14:33:02 UTC (rev 17116)
@@ -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
More information about the samba-cvs
mailing list