]> git.tdb.fi Git - builder.git/blobdiff - source/target.h
Flexible way to specify install locations for components
[builder.git] / source / target.h
index a69ff5195986e2f47fe4f6e183c9331303a854ea..8a394f3717625787dbc1c123b7bd4f61319da8da 100644 (file)
@@ -45,7 +45,6 @@ protected:
        const Tool *tool;
        State state;
        std::string rebuild_reason;
-       std::string install_location;
 
        Dependencies depends;
 
@@ -87,8 +86,6 @@ public:
        /** Forces rebuild of the target. */
        void force_rebuild();
 
-       bool is_installable() const { return !install_location.empty(); }
-       const std::string &get_install_location() const { return install_location; }
        void add_depend(Target *);
        const Dependencies &get_depends() const { return depends; }