summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2006-05-01 14:17:39 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2006-05-01 14:17:39 +0000
commitff30d3a434fbf0bd34facd104064e2a2553acf7f (patch)
treee48c341493b59ac78544f468e9ebd1dd5fe4d58d
parent7ca3f842880677676b98a7df26d1424d2246874a (diff)
downloadbitbake-ff30d3a434fbf0bd34facd104064e2a2553acf7f.tar.gz
bitbake-1.4/lib/bb/shell.py:
-Well fix the if statement. mickeyl we have a SCM system, please remove dead code
-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..93ad00d1e 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: #from Cache
print "SHELL: File has not been updated, not reparsing"
else:
print "SHELL: Parsed"