Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit de6bdcb

Browse files
committed
README-BUILD: update ls
1 parent 7d2e248 commit de6bdcb

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README-BUILD.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -392,20 +392,20 @@ $ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-mul
392392
To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
393393
`screen -r riscv`; to kill the session use `Ctrl-a` `Ctrl-\` and confirm.
394394

395-
Several hours later, the output of the build script is a set of 4 files and
395+
About 4h45' later, the output of the build script is a set of 4 files and
396396
their SHA signatures, created in the `deploy` folder:
397397

398398
```console
399399
$ ls -l ~/Work/riscv-none-embed-gcc-*/deploy
400-
total 1271432
401-
-rw-rw-r-- 1 ilg ilg 330863900 Jul 3 20:29 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x32.tar.gz
402-
-rw-rw-r-- 1 ilg ilg 120 Jul 3 20:29 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x32.tar.gz.sha
403-
-rw-rw-r-- 1 ilg ilg 326158132 Jul 3 18:10 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x64.tar.gz
404-
-rw-rw-r-- 1 ilg ilg 120 Jul 3 18:10 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x64.tar.gz.sha
405-
-rw-rw-r-- 1 ilg ilg 315737045 Jul 3 21:04 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x32.zip
406-
-rw-rw-r-- 1 ilg ilg 117 Jul 3 21:04 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x32.zip.sha
407-
-rw-rw-r-- 1 ilg ilg 329159193 Jul 3 18:42 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x64.zip
408-
-rw-rw-r-- 1 ilg ilg 117 Jul 3 18:42 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x64.zip.sha
400+
total 1346668
401+
-rw-rw-r-- 1 ilg ilg 347985751 Oct 10 14:22 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x32.tar.gz
402+
-rw-rw-r-- 1 ilg ilg 120 Oct 10 14:22 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x32.tar.gz.sha
403+
-rw-rw-r-- 1 ilg ilg 343458303 Oct 10 11:55 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x64.tar.gz
404+
-rw-rw-r-- 1 ilg ilg 120 Oct 10 11:55 xpack-riscv-none-embed-gcc-8.3.0-2.1-linux-x64.tar.gz.sha
405+
-rw-rw-r-- 1 ilg ilg 337016277 Oct 10 14:58 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x32.zip
406+
-rw-rw-r-- 1 ilg ilg 117 Oct 10 14:58 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x32.zip.sha
407+
-rw-rw-r-- 1 ilg ilg 350502092 Oct 10 12:28 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x64.zip
408+
-rw-rw-r-- 1 ilg ilg 117 Oct 10 12:28 xpack-riscv-none-embed-gcc-8.3.0-2.1-win32-x64.zip.sha
409409
```
410410

411411
To copy the files from the build machine to the current development
@@ -485,7 +485,7 @@ $ bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --disable-mul
485485
To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
486486
`screen -r arm`; to kill the session use `Ctrl-a` `Ctrl-k` and confirm.
487487

488-
Several hours later, the output of the build script
488+
About 9 hours later, the output of the build script
489489
is a set of 2
490490
archives and their SHA signatures, created in the `deploy` folder:
491491

@@ -539,14 +539,14 @@ $ caffeinate bash ~/Downloads/riscv-none-embed-gcc-xpack.git/scripts/build.sh --
539539
To detach from the session, use `Ctrl-a` `Ctrl-d`; to reattach use
540540
`screen -r riscv`; to kill the session use `Ctrl-a` `Ctrl-k` and confirm.
541541

542-
Several hours later, the output of the build script is a compressed archive
542+
About 4h10' later, the output of the build script is a compressed archive
543543
and its SHA signature, created in the `deploy` folder:
544544

545545
```console
546546
$ ls -l ~/Work/riscv-none-embed-gcc-*/deploy
547-
total 622720
548-
-rw-r--r-- 1 ilg staff 318825489 Jul 3 21:27 xpack-riscv-none-embed-gcc-8.3.0-2.1-darwin-x64.tar.gz
549-
-rw-r--r-- 1 ilg staff 121 Jul 3 21:27 xpack-riscv-none-embed-gcc-8.3.0-2.1-darwin-x64.tar.gz.sha
547+
total 666560
548+
-rw-r--r-- 1 ilg staff 341272214 Oct 10 14:23 xpack-riscv-none-embed-gcc-8.3.0-2.1-darwin-x64.tar.gz
549+
-rw-r--r-- 1 ilg staff 121 Oct 10 14:23 xpack-riscv-none-embed-gcc-8.3.0-2.1-darwin-x64.tar.gz.sha
550550
```
551551

552552
To copy the files from the build machine to the current development

0 commit comments

Comments
 (0)