Summary

delete-stale-binaries in chicken-install should not recurse in subdirectories

Metadata

Description

The procedure delete-stale-binaries in chicken-install deletes all .o .so files in the current directory and its subdirectories. This is sure to have some unintended consequences and should probably be limited to the current directory only.

Changes and comments

[2013-08-26 09:51:37 UTC] sjamaan wrote:

The whole idea of deleting stale binaries is a bit of a hack really, but I think the behaviour is correct if the egg is building in subdirectories. Some eggs like the sxml ones do have subdirectories, so they may be building in subdirectories, I think.

[2017-08-25 14:11:41 UTC] sjamaan changed status from new to closed

[2017-08-25 14:11:41 UTC] sjamaan removed difficulty

[2017-08-25 14:11:41 UTC] sjamaan set resolution to fixed

[2017-08-25 14:11:41 UTC] sjamaan wrote:

I think in CHICKEN 5 this has been removed completely.