Minor cleanup of the image sums stuff

This commit is contained in:
Steve McIntyre 2006-12-03 16:40:12 +00:00
parent f4ab7392c5
commit a12fe9fd65
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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