[Scons-users] Cleaning up the cache

Chris BeHanna chris at behanna.org
Thu Jul 12 13:10:55 EDT 2012



On Jul 12, 2012, at 11:58 , Chris BeHanna wrote:


> On Jul 12, 2012, at 07:09 , TOM TANNER (BLOOMBERG/ LONDON) wrote:

>

>> How do people generally set about removing old / unused information from the scons-cache?

>

> AGE="+7" # days

>

> find /path/to/scons-cache ! -type -mtime +$AGE -delete


find /path/to/scons-cache ! -type d -mtime +$AGE -delete

(grumblegrumbleCOFFEEmumble)



More information about the Scons-users mailing list