mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Minor cleanup of the image sums stuff
This commit is contained in:
parent
f4ab7392c5
commit
a12fe9fd65
5
Makefile
5
Makefile
@ -784,11 +784,6 @@ src-image: check-number-given src-images
|
||||
imagesums:
|
||||
$(Q)$(BASEDIR)/tools/imagesums $(OUT)
|
||||
|
||||
# Likewise, the file size can be extracted from the .template with:
|
||||
# tail --bytes=32 $$file | head --bytes=6 | od -tx1 -An \
|
||||
# | tr ' abcdef' '\nABCDEF' | tac | tr '\n' ' ' \
|
||||
# | sed -e 's/ //g; s/^.*$/ibase=16 & /' | tr ' ' '\n' | bc
|
||||
|
||||
## MISC TARGETS ##
|
||||
|
||||
tasks: ok $(BASEDIR)/data/$(CODENAME)/master
|
||||
|
@ -30,3 +30,8 @@ case $DOJIGDO in
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
# Likewise, the file size can be extracted from the .template with:
|
||||
# tail --bytes=32 $$file | head --bytes=6 | od -tx1 -An \
|
||||
# | tr ' abcdef' '\nABCDEF' | tac | tr '\n' ' ' \
|
||||
# | sed -e 's/ //g; s/^.*$/ibase=16 & /' | tr ' ' '\n' | bc
|
||||
|
Loading…
Reference in New Issue
Block a user