]> git.tdb.fi Git - builder.git/blobdiff - source/builder.h
Use the cached cwd value
[builder.git] / source / builder.h
index 943c8513cb5a90deb60173f5b29f164756836fb8..55af18a5a2e9b4db855bcefdb67cf84cb9386d89 100644 (file)
@@ -128,12 +128,12 @@ public:
        int load_build_file(const Msp::FS::Path &);
 
 private:
-       /** Creates targets for all packages and prepares them for building.
-       Returns 0 if everything went ok, -1 if something bad happened and a build
-       shouldn't be attempted. */
-       int create_targets();
+       /** Prepares packages and targets for building.  Returns true if everything
+       went ok, or false if something bad happened and a build shouldn't be
+       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();