(view as text)
make distclean
 in dir /home/buildbot/pybot/2.5.flanagan-sparc/build (timeout 1200 secs)
 watching logfiles {}
 argv: ['make', 'distclean']
 environment: {'PATH': '/usr/sfw/bin:/usr/ccs/bin:/usr/bin:/usr/local/bin', 'SMF_RESTARTER': 'svc:/system/svc/restarter:default', 'TZ': 'Australia/NSW', 'SMF_FMRI': 'svc:/site/application/buildbot:default', 'SMF_METHOD': '/usr/local/bin/buildbot start --quiet /home/buildbot/pybot'}
find . -name '*.py[co]' -exec rm -f {} ';'
find . -name '*.o' -exec rm -f {} ';'
find . -name '*.s[ol]' -exec rm -f {} ';'
find ./build -name 'fficonfig.h' -exec rm -f {} ';' || true
find ./build -name 'fficonfig.py' -exec rm -f {} ';' || true
rm -f python Parser/pgen libpython2.5.a libpython2.5.a  \
        tags TAGS \
        config.cache config.log pyconfig.h Modules/config.c
rm -rf build platform
rm -rf no-framework
rm -f core Makefile Makefile.pre config.status \
        Modules/Setup Modules/Setup.local Modules/Setup.config
find . '(' -name '*.fdc' -o -name '*~' \
                   -o -name '[@,#]*' -o -name '*.old' \
                   -o -name '*.orig' -o -name '*.rej' \
                   -o -name '*.bak' ')' \
                   -exec rm -f {} ';'
program finished with exit code 0