svn commit: lorikeet r316 - in trunk/heimdal/cf: .

vance at samba.org vance at samba.org
Sun May 29 20:48:42 GMT 2005


Author: vance
Date: 2005-05-29 20:48:41 +0000 (Sun, 29 May 2005)
New Revision: 316

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

Log:
(temporarily) enable debugging output for lha to track down problem on
build farm host cl012.

Vance

Modified:
   trunk/heimdal/cf/check-symbols.sh


Changeset:
Modified: trunk/heimdal/cf/check-symbols.sh
===================================================================
--- trunk/heimdal/cf/check-symbols.sh	2005-05-26 07:38:11 UTC (rev 315)
+++ trunk/heimdal/cf/check-symbols.sh	2005-05-29 20:48:41 UTC (rev 316)
@@ -35,6 +35,8 @@
 
 # F is filename, N for debugsymbols, W weak symbols
 
+set -x
+
 (nm .libs/lib${lib}.a || nm .libs/lib${lib}.so*)  |
 awk "BEGIN { stat = 0 }
 NF == 3 && \$2 ~ /[A-EG-MO-VX-Z]/ && $symbols { printf \"%s should not be exported (type %s)\\n\", \$3, \$2; ++stat } END { exit stat }"



More information about the samba-cvs mailing list