X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.cpp;h=e9491eb8a9bc417c350b6b2f55a378b69bffa7b0;hb=9976a7bdf0e53966dce4bc828a37eb42de0223e3;hp=11f2b1a0e32a307ab899cd10352e8607a920e7b3;hpb=0f12a599f28748cef9c09dfb7a3b018b29ade6df;p=builder.git diff --git a/source/builder.cpp b/source/builder.cpp index 11f2b1a..e9491eb 100644 --- a/source/builder.cpp +++ b/source/builder.cpp @@ -78,18 +78,15 @@ Builder::Builder(int argc, char **argv): } dry_run=getopt['n']; - jobs=max(strtol(getopt['j'].arg()), 1L); - chrome=getopt["chrome"]; - conf_all=getopt['A']; + build_file=getopt['f'].arg(); + build_all=getopt['B']; if(getopt['C']) chdir(getopt['C'].arg().c_str()); - build_file=getopt['f'].arg(); - for(int i=index; isecond->get_buildable()) cout<<'*'; unsigned count=0; + unsigned ood_count=0; for(TargetMap::iterator j=targets.begin(); j!=targets.end(); ++j) if(j->second->get_package()==i->second) + { ++count; - cout<<" ("<second->get_rebuild()) + ++ood_count; + } + if(count) + { + cout<<" ("<