diff options
Diffstat (limited to 'intro2-tldr.orig')
-rw-r--r-- | intro2-tldr.orig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/intro2-tldr.orig b/intro2-tldr.orig index f8862ef..eb852d4 100644 --- a/intro2-tldr.orig +++ b/intro2-tldr.orig @@ -1,5 +1,5 @@ created new executable project hello in /tmp/hello.git/ -[master (root-commit) 7bff778] first commit +[master (root-commit) 9a4b648] first commit 11 files changed, 99 insertions(+) create mode 100644 .gitignore create mode 100644 build/.gitignore @@ -56,9 +56,9 @@ synchronizing /tmp/hello-gcc/: new libhello/1.0.0 (required by hello) upgrade hello/0.1.0#1 distributing libhello/1.0.0 -ver ../hello-gcc/libhello-1.0.0/libhello/version.hxx.in -c++ ../hello-gcc/libhello-1.0.0/libhello/cxx{hello} +version.in ../hello-gcc/libhello-1.0.0/libhello/version.hxx.in c++ hello/cxx{hello}@../hello-gcc/hello/hello/ +c++ ../hello-gcc/libhello-1.0.0/libhello/cxx{hello} ld ../hello-gcc/libhello-1.0.0/libhello/libs{hello} ld ../hello-gcc/hello/hello/exe{hello} ln ../hello-gcc/hello/hello/exe{hello} -> hello/ |