bitbake/build.py: No need for this gross hack now

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-01-27 12:40:02 +00:00
parent c6868ce84e
commit fdf134abfb
1 changed files with 1 additions and 3 deletions

View File

@ -125,9 +125,7 @@ def exec_func(func, d, dirs = None):
if not t:
bb.msg.fatal(bb.msg.domain.Build, "T not set")
mkdirhier(t)
# Gross hack, FIXME
import random
logfile = "%s/log.%s.%s.%s" % (t, func, str(os.getpid()),random.random())
logfile = "%s/log.%s.%s" % (t, func, str(os.getpid()))
runfile = "%s/run.%s.%s" % (t, func, str(os.getpid()))
# Change to correct directory (if specified)