diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-25 12:45:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-25 12:45:25 +0200 |
commit | 3a88c3b9a85f44eadc35c1df23a3633004b876fc (patch) | |
tree | 60c169fa16a726ae0d63da007185b111916cbf16 /intro2-tldr.orig | |
parent | 3cda1a6d423f1fd1c9e2117316b7124113a5d7d8 (diff) |
Update intro scripts
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/ |