[Scons-users] Why directories are not removed on clean?

Alexey Petruchik i100500 at gmail.com
Tue Oct 23 19:44:05 EDT 2012


Hi, all

My custom builder creates directory node. But when I run "scons -c" it is
not removed like files. I've investigated this a bit and found that
remove() method for node is called. This method is defined for FS.File so
files are deleted. But for FS.Dir it fallbacks to empty implementation in
Scons.Node.Node. My question was it made intentionally or it is just a bug?

Regards, Alexey
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20121024/f2d3cd22/attachment.htm>


More information about the Scons-users mailing list