From 8758c0b3f9cb50b201702949caa2ee42f01e4307 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 12 Apr 2001 13:12:41 +0000 Subject: (install): clean old images/alternatives --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9669c4c5c..a6c79c9a9 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ ifeq (alpha,$(ARCH)) cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST) endif - cd $(ROOTDEST)/images; mkdir -p alternatives ; mv *.img-* alternatives + cd $(ROOTDEST)/images; rm -rf alternatives ; mkdir alternatives ; mv *.img-* alternatives cd $(ROOTDEST)/images; md5sum *.img* > MD5SUM cd $(ROOTDEST)/images/alternatives; md5sum *.img* > MD5SUM -- cgit v1.2.1