]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
find_dependencies should not be public
[builder.git] / source / builder.h
index 9f792f828c78a3d4b0c327aa1d13868fcf6d7aac..eecbb984304225e1768f683c4ee154e80a33b74d 100644 (file)
@@ -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();