(view as text)
make distclean
 in dir /home/buildslave/python-trunk/3.0.norwitz-x86/build (timeout 1200 secs)
 argv: ['make', 'distclean']
 environment: {'SHELL': '/bin/sh', 'SHLVL': '1', 'PWD': '/home/buildslave', 'LOGNAME': 'buildslave', 'USER': 'buildslave', 'PATH': '/usr/bin:/bin', 'HOME': '/home/buildslave', '_': '/usr/bin/buildbot'}
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
find . -name '*.gc??' -exec rm -f {} ';'
rm -f python Parser/pgen libpython3.0.a libpython3.0.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