Bug 8855 - 'make distclean' doesn't remove .pyc files for waf itself
Summary: 'make distclean' doesn't remove .pyc files for waf itself
Status: NEW
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.0 alpha 18
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Andrew Tridgell
QA Contact: samba4-qa@samba.org
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 18:17 UTC by Jelmer Vernooij
Modified: 2022-04-09 08:29 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jelmer Vernooij 2012-04-10 18:17:36 UTC
'make distclean' doesn't remove .pyc files for waf itself

After a build or distclean, the following files are left behind:

buildtools/wafsamba/*.pyc
buildtools/wafadmin/*.pyc
buildtools/wafadmin/Tools/*.pyc
Comment 1 Michael Tokarev 2022-04-09 08:29:07 UTC
This is now

buildtools/wafsamba/__pycache__
third_party/waf/waflib/__pycache__/
third_party/waf/waflib/extras/__pycache__/
third_party/waf/waflib/Tools/__pycache__/