X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=eecbb984304225e1768f683c4ee154e80a33b74d;hb=93db1636eac4ded5d89555d4c7e06b2126c3e4b0;hp=9f792f828c78a3d4b0c327aa1d13868fcf6d7aac;hpb=5c16082773d2589c69fe4d7920e56fa66a96fc2b;p=builder.git diff --git a/source/builder.h b/source/builder.h index 9f792f8..eecbb98 100644 --- a/source/builder.h +++ b/source/builder.h @@ -104,7 +104,7 @@ public: const TargetMap &get_targets() const { return targets; } - const Msp::FS::Path &get_cwd() const { return cwd; } + const Msp::FS::Path &get_work_directory() const { return cwd; } const Architecture &get_current_arch() const { return *current_arch; } const Architecture &get_native_arch() const { return native_arch; } const Msp::FS::Path &get_prefix() const { return prefix; } @@ -133,7 +133,7 @@ private: attempted. */ bool prepare_build(); - /** Supervises the build process, starting new actions when slots become + /** Supervises the build process, starting new tasks when slots become available. */ int do_build();