diff options
Diffstat (limited to 'doc/tutorial/third-party-software.org')
-rw-r--r-- | doc/tutorial/third-party-software.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index 2832ad62..ef77cf0b 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -185,6 +185,7 @@ INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 7 actions, 1 cache hits. INFO: Artifacts built, logical paths are: helloworld [e489bdd234787c49c4fefdd3b8a03c399a2d46f5:133000:x] +$ #+END_SRC Note that the single cache hit we observe, is the compile action of ~main.cpp~, @@ -274,6 +275,7 @@ INFO: Building [["@","tutorial","","helloworld"],{}]. INFO: Processed 4 actions, 4 cache hits. INFO: Artifacts built, logical paths are: helloworld [e489bdd234787c49c4fefdd3b8a03c399a2d46f5:133000:x] +$ #+END_SRC Note that in the second run the export target ~"fmt"~ was taken from cache and |