diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 15:47:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-08-03 15:47:35 +0200 |
commit | abb7bf1045fde14f6ef87c8941ee22af233af397 (patch) | |
tree | 734b8e605c00f79e00687ec4912366b88fbbb050 /build/bin/target.cxx | |
parent | 0db17bfec8b3b6c436f3c9c346d17d98458c3654 (diff) |
match_only rework, part 2
Diffstat (limited to 'build/bin/target.cxx')
-rw-r--r-- | build/bin/target.cxx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/bin/target.cxx b/build/bin/target.cxx index 4e48d16..5a1bb92 100644 --- a/build/bin/target.cxx +++ b/build/bin/target.cxx @@ -154,6 +154,15 @@ namespace build false }; + // lib + // + void lib:: + reset (action_type) + { + // Don't clear prerequisite_targets since it is "given" to our + // members to implement "library meta-information protocol". + } + static target* lib_factory (dir_path d, string n, const string* e) { |