mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
start splitting tcc-0.9.26 hashes
This commit is contained in:
parent
dcb0134de8
commit
ba4c8b4ae7
3 changed files with 9 additions and 6 deletions
|
|
@ -369,6 +369,7 @@ tcc-boot2 -ar cr ${LIBDIR}/libc.a unified-libc.o
|
|||
cd ../${TCC_PKG}
|
||||
|
||||
# rebuild tcc-boot2 with itself
|
||||
# LJW FIXME find a neater way to repeat this step (maybe a separate kaem script)
|
||||
tcc-boot2 \
|
||||
-g \
|
||||
-v \
|
||||
|
|
@ -438,9 +439,6 @@ cd ../..
|
|||
# Checksums
|
||||
if match x${UPDATE_CHECKSUMS} xTrue; then
|
||||
sha256sum -o ${pkg}.checksums \
|
||||
/usr/bin/tcc-mes \
|
||||
/usr/bin/tcc-boot0 \
|
||||
/usr/bin/tcc-boot1 \
|
||||
/usr/bin/tcc \
|
||||
/usr/lib/mes/libc.a \
|
||||
/usr/lib/mes/libgetopt.a \
|
||||
|
|
@ -453,3 +451,8 @@ if match x${UPDATE_CHECKSUMS} xTrue; then
|
|||
else
|
||||
sha256sum -c ${pkg}.${ARCH}.checksums
|
||||
fi
|
||||
|
||||
# LJW FIXME only check hashes for following files when doing mes builds:
|
||||
# /usr/bin/tcc-mes \
|
||||
# /usr/bin/tcc-boot0 \
|
||||
# /usr/bin/tcc-boot1 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue