def check_build_sanity():
if len(e('${BUILD_ROOT}')) > 38:
error("Current path too long ({0} characters) for nullfs mounts during build",
len(os.getcwd()))
#if e('${BE_ROOT}/objs/ports') in sh_str('mount'):
# error("You have dangling mounts inside {0}, did last build crash?", e('${BE_ROOT}'))
评论列表
文章目录