summaryrefslogtreecommitdiffstats
path: root/lib/bb/shell.py
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-05-03 11:59:51 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-05-03 11:59:51 +0000
commit93ed727d3900ac350daa47405000f650bd6cce65 (patch)
treeb5a5688a53711aa0e5a97370257efa0696b857e6 /lib/bb/shell.py
parent13602f74210ef012e7c8d534b3ffabe7a402becd (diff)
downloadbitbake-93ed727d3900ac350daa47405000f650bd6cce65.tar.gz
bitbake/lib/bb/shell.py:
-Make it work, mickeyl please remove old code ;)
Diffstat (limited to 'lib/bb/shell.py')
-rw-r--r--lib/bb/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/shell.py b/lib/bb/shell.py
index de09f3b95..defea94cb 100644
--- a/lib/bb/shell.py
+++ b/lib/bb/shell.py
@@ -267,7 +267,7 @@ class BitBakeShellCommands:
cooker.bb_cache.cacheValidUpdate(bbfile)
fromCache = cooker.bb_cache.loadData(bbfile, cooker)
cooker.bb_cache.sync()
- if False #fromCache:
+ if False: #fromCache:
print "SHELL: File has not been updated, not reparsing"
else:
print "SHELL: Parsed"