summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-12 12:50:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-12 12:50:19 +0000
commitcff8050054aee70878b9269d70fc924937c0b416 (patch)
treeebe6cb37649e524930c5a4818c370752d20055fb /Makefile
parent35a86eeb69968a8c5327e3a4dfcc4e6f96fceee1 (diff)
downloaddrakx-backup-do-not-use-cff8050054aee70878b9269d70fc924937c0b416.tar
drakx-backup-do-not-use-cff8050054aee70878b9269d70fc924937c0b416.tar.gz
drakx-backup-do-not-use-cff8050054aee70878b9269d70fc924937c0b416.tar.bz2
drakx-backup-do-not-use-cff8050054aee70878b9269d70fc924937c0b416.tar.xz
drakx-backup-do-not-use-cff8050054aee70878b9269d70fc924937c0b416.zip
move special images to dir alternatives
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
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: