aboutsummaryrefslogtreecommitdiff
path: root/build2/install/rule.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-01 10:49:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-01 10:49:09 +0200
commita2cad68fe340a66ad54b93f88e39f97898fc462e (patch)
treebe9033f82e650fe574d0149383121d700568247b /build2/install/rule.hxx
parenta84ff43b183181e0a12c6d5e31c1f366d39ce2fe (diff)
Reimplement pkg-config generation with more conservative approach for now
Diffstat (limited to 'build2/install/rule.hxx')
-rw-r--r--build2/install/rule.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/build2/install/rule.hxx b/build2/install/rule.hxx
index 617beab..26f568b 100644
--- a/build2/install/rule.hxx
+++ b/build2/install/rule.hxx
@@ -70,12 +70,6 @@ namespace build2
virtual bool
uninstall_extra (const file&, const install_dir&) const;
- // Extra update for install hooks. It is executed after the target has
- // been updated but only for those that will actually be installed.
- //
- virtual target_state
- update_extra (action, const target&) const;
-
// Installation "commands".
//
// If verbose is false, then only print the command at verbosity level 2