X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbuilder.h;h=9f792f828c78a3d4b0c327aa1d13868fcf6d7aac;hb=5c16082773d2589c69fe4d7920e56fa66a96fc2b;hp=943c8513cb5a90deb60173f5b29f164756836fb8;hpb=bd61d7fbd0ba77356b6def1dd20f8cebe31de182;p=builder.git diff --git a/source/builder.h b/source/builder.h index 943c851..9f792f8 100644 --- a/source/builder.h +++ b/source/builder.h @@ -128,10 +128,10 @@ 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 available. */