diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-24 16:55:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-24 16:55:55 +0200 |
commit | f103f86ec3247ff27e7cc23dfce5e426f385ed8c (patch) | |
tree | 4efffb7d254e494944ce555d343c34d957238be0 /build/dump.cxx | |
parent | 2a0f9e035f673f1ee387924501a31990de37f18d (diff) |
Take one on library linking
Diffstat (limited to 'build/dump.cxx')
-rw-r--r-- | build/dump.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/dump.cxx b/build/dump.cxx index 6496598..9299a86 100644 --- a/build/dump.cxx +++ b/build/dump.cxx @@ -21,6 +21,8 @@ namespace build static void dump_target (ostream& os, const target& t) { + //@@ Need to print group info somehow. + os << t << ':'; for (const prerequisite_target& pe: t.prerequisites) |