From 451f4a48f60965af980913d46a28947a834b3cd8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 11 Sep 2015 17:39:38 +0200 Subject: Use install::alisa_rule to ignore non-installable prerequisites --- build/install/rule | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'build/install/rule') diff --git a/build/install/rule b/build/install/rule index bed0836..af38587 100644 --- a/build/install/rule +++ b/build/install/rule @@ -14,7 +14,17 @@ namespace build { namespace install { - class rule: public build::rule + class alias_rule: public rule + { + public: + virtual match_result + match (action, target&, const std::string&) const; + + virtual recipe + apply (action, target&, const match_result&) const; + }; + + class file_rule: public rule { public: virtual bool -- cgit v1.1