[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r13576 - trunk/build/generator

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-03-22 16:18:06 CET

Philip Martin wrote:
> maxb@tigris.org writes:
>
>> Author: maxb
>> Date: Tue Mar 22 05:45:39 2005
>> New Revision: 13576
>
>> +
>> + for nonlib in self.graph.get_sources(gen_base.DT_NONLIB,
>> target_ob.name): + if isinstance(nonlib, gen_base.TargetLinked):
>> + if not nonlib.external_lib:
>> + deps.append(nonlib.filename)
>> + print "%s: %s" % (target_ob.name,
>> + getattr(nonlib,'filename',repr(nonlib)))
>
> Am I right to assume that print statement is just debugging code?

Oops! Fixed!

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 22 16:19:39 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.