From cff8050054aee70878b9269d70fc924937c0b416 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 12 Apr 2001 12:50:19 +0000 Subject: move special images to dir alternatives --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 901f14033..9669c4c5c 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,9 @@ 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; md5sum *.img* > MD5SUM + cd $(ROOTDEST)/images/alternatives; md5sum *.img* > MD5SUM install live_update $(ROOTDEST)/live_update make -C perl-install full_stage2 @@ -108,7 +110,8 @@ upload: upload misc auto ;\ upload '' live_update ;\ upload images MD5SUM ;\ - for i in $(RELEASE_BOOT_IMG); do for j in $${i}*; do upload images $$j; done; done;\ + upload images *.img* ;\ + upload images/alternatives '' ;\ echo upload_sparc: -- cgit v1.2.1