diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-26 09:53:41 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-26 09:53:41 +0200 |
commit | 54e24990203f5e123396a44297ea4656ed3b6101 (patch) | |
tree | d6581a15fa0fea6a5de7c7c7e5147f3d7c865cc9 /build/dump | |
parent | 478c521c09f1962e9d82a3fc4297e5cafb8c0758 (diff) |
Rework resolved prerequisite targets storage
Diffstat (limited to 'build/dump')
-rw-r--r-- | build/dump | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -5,10 +5,14 @@ #ifndef BUILD_DUMP #define BUILD_DUMP +#include <build/operation> + namespace build { + // Dump the state pertaining to the specified action. + // void - dump (); + dump (action); } #endif // BUILD_DUMP |