[uClibc] patch to fix python.mk

Mike Frysinger vapier at gentoo.org
Fri Jul 30 14:52:17 UTC 2004


On Friday 30 July 2004 08:51 am, Mike Frysinger wrote:
> find attached

as solar pointed out, we can `rm -rf` the .pyc and .pyo files so if this gets 
added, someone might want to stick something like this in:
find $(TARGET_DIR)/usr/lib/ -name '*.pyc' -o -name '*.pyo' | xargs rm
-mike



More information about the uClibc mailing list