X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=source%2Fbuilder.h;h=70ca861bc64cefb22c13c7d91c98eacfbef61a15;hp=9ea6677ecfebe8caf06625cbfff0ad4a9a9b43ce;hb=c7df14c38a87ceca13df47fa700d3f9fa250be91;hpb=59a8a590a7ad327d18f15fab32adee94cb8c8843 diff --git a/source/builder.h b/source/builder.h index 9ea6677..70ca861 100644 --- a/source/builder.h +++ b/source/builder.h @@ -95,6 +95,9 @@ public: configured. */ void load_build_file(const Msp::FS::Path &, const Config::InputOptions *opts = 0, bool all = false); + /** Saves package configuration and dependency caches. */ + void save_caches(); + /** Builds the goal targets. The build graph must be prepared first. */ int build(unsigned jobs = 1, bool dry_run = false, bool show_progress = false);