diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-12 12:50:19 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-12 12:50:19 +0000 |
commit | cff8050054aee70878b9269d70fc924937c0b416 (patch) | |
tree | ebe6cb37649e524930c5a4818c370752d20055fb | |
parent | 35a86eeb69968a8c5327e3a4dfcc4e6f96fceee1 (diff) | |
download | drakx-cff8050054aee70878b9269d70fc924937c0b416.tar drakx-cff8050054aee70878b9269d70fc924937c0b416.tar.gz drakx-cff8050054aee70878b9269d70fc924937c0b416.tar.bz2 drakx-cff8050054aee70878b9269d70fc924937c0b416.tar.xz drakx-cff8050054aee70878b9269d70fc924937c0b416.zip |
move special images to dir alternatives
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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: |