summaryrefslogtreecommitdiffstats
path: root/scripts/cleanup-workdir
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cleanup-workdir')
-rwxr-xr-xscripts/cleanup-workdir7
1 files changed, 5 insertions, 2 deletions
diff --git a/scripts/cleanup-workdir b/scripts/cleanup-workdir
index 156a2597c1..c748846d7c 100755
--- a/scripts/cleanup-workdir
+++ b/scripts/cleanup-workdir
@@ -65,8 +65,11 @@ def main():
65 parser = optparse.OptionParser( 65 parser = optparse.OptionParser(
66 usage = """%prog 66 usage = """%prog
67 67
68Remove the obsolete packages' build directories in WORKDIR. 68%prog removes the obsolete packages' build directories in WORKDIR.
69This script must be ran under BUILDDIR after source file \"oe-init-build-env\".""") 69This script must be ran under BUILDDIR after source file \"oe-init-build-env\".
70
71Any file or directory under WORKDIR which is not created by Yocto
72will be deleted. Be CAUTIOUS.""")
70 73
71 options, args = parser.parse_args(sys.argv) 74 options, args = parser.parse_args(sys.argv)
72 75