summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-04-02 22:05:36 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-04-02 22:05:36 +0000
commit1c2ce56881098e20216691a6227a6e51db86ec8e (patch)
tree10ad3266c2006e89dc129240ed73e8729bceb20f /Makefile
parentddeafdee7478ae3194299f0c8991a8becaf78bb6 (diff)
downloaddrakx-backup-do-not-use-1c2ce56881098e20216691a6227a6e51db86ec8e.tar
drakx-backup-do-not-use-1c2ce56881098e20216691a6227a6e51db86ec8e.tar.gz
drakx-backup-do-not-use-1c2ce56881098e20216691a6227a6e51db86ec8e.tar.bz2
drakx-backup-do-not-use-1c2ce56881098e20216691a6227a6e51db86ec8e.tar.xz
drakx-backup-do-not-use-1c2ce56881098e20216691a6227a6e51db86ec8e.zip
make generating MD5SUM work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a833bd595..901f14033 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,8 @@ ifeq (alpha,$(ARCH))
cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz
make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST)
endif
+ cd $(ROOTDEST)/images; md5sum *.img* > MD5SUM
+
install live_update $(ROOTDEST)/live_update
make -C perl-install full_stage2
@@ -105,10 +107,8 @@ upload:
upload misc rpmtools.pm ;\
upload misc auto ;\
upload '' live_update ;\
- 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 ;\
+ for i in $(RELEASE_BOOT_IMG); do for j in $${i}*; do upload images $$j; done; done;\
echo
upload_sparc: