From ef19aa1ba1af7dd7f9f4fc37ea0ada6251e93c5f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 2 Apr 2001 21:36:11 +0000 Subject: update MD5SUM according to images --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c10bc06da..a833bd595 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,10 @@ upload: upload misc rpmtools.pm ;\ upload misc auto ;\ upload '' live_update ;\ - for i in $(RELEASE_BOOT_IMG); do for j in $${i}*; do upload images $$j; done; done;\ + rm -f MD5SUM ;\ + for i in $(RELEASE_BOOT_IMG); do for j in $${i}*; do upload images $$j; md5sum $$j >> MD5SUM; done; done;\ + upload images MD5SUM ;\ + rm -f MD5SUM ;\ echo upload_sparc: -- cgit v1.2.1