mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 21:35:24 +01:00
Implement sha256summing in bash build harness
1. Adds sha256sum stage to the bash build harness. 2. Adds a third argument to build(), the checksum file name. This is used where there is more than one checksum file, most notably in multi-stage compilations. 3. Adds checksum files to all remaining programs. 4. Adds appropriate 3rd argument where needed (coreutils, tcc-musl, bison).
This commit is contained in:
parent
8724c94d20
commit
77ccf06efc
14 changed files with 93 additions and 5 deletions
1
sysa/bison-3.4.1/checksums/stage1
Normal file
1
sysa/bison-3.4.1/checksums/stage1
Normal file
|
|
@ -0,0 +1 @@
|
|||
6fe2a7c7493480b8ba6d1145d10b5dc97f0d11d10c0da7c96e939a334e4aefad /after/bin/bison
|
||||
1
sysa/bison-3.4.1/checksums/stage2
Normal file
1
sysa/bison-3.4.1/checksums/stage2
Normal file
|
|
@ -0,0 +1 @@
|
|||
0d95976908f41c34195d634863144acf9ae0b1d2c04647fdf5cfd3103beec4dd /after/bin/bison
|
||||
1
sysa/bison-3.4.1/checksums/stage3
Normal file
1
sysa/bison-3.4.1/checksums/stage3
Normal file
|
|
@ -0,0 +1 @@
|
|||
b02a549930ed891d40ef85060e3d0ae1d681830d7962237a9d99c6eeea23f4ef /after/bin/bison
|
||||
Loading…
Add table
Add a link
Reference in a new issue