From cff474da634965238b16a92ab64e3339320b9c73 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 16 Mar 2015 02:08:25 +0000 Subject: [PATCH] Makefile: new target: checksumps Creates a sha256 checksum file in the $(IMAGES) directory. --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 0dd166a..83d3d7f 100644 --- a/Makefile +++ b/Makefile @@ -336,6 +336,11 @@ appliance-list: @scripts/echo 'Available appliances:' @/bin/ls -1 appliances + +checksums: + cd $(IMAGES) ; sha256sum * |grep -vE '\.lst$$|\.tmp$$|\*.text$$' > sha256sums.txt.tmp + mv $(IMAGES)/sha256sums.txt.tmp $(IMAGES)/sha256sums.txt + help: @scripts/echo 'Help targets (this is not a comprehensive list)' @echo