]> git.tdb.fi Git - builder.git/blobdiff - source/package.h
Locate and check the existence of the libraries of binary packages
[builder.git] / source / package.h
index 4d4012589b82ed71920efe93240a24b3bb0be757..8811390601c39ef2aa05b1ed201c7588ec667c34 100644 (file)
@@ -57,13 +57,12 @@ public:
        packages, populates build info and creates targets. */
        void prepare();
 
-       bool is_prepared() const { return prepared; }
 protected:
-       virtual void create_build_info() { }
-
-       virtual void create_targets() { }
+       virtual void do_prepare() { }
 
 public:
+       bool is_prepared() const { return prepared; }
+
        virtual void save_caches() { }
 };