summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-02-18 00:54:38 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-02-18 00:54:38 +0000
commitfabf3d9d6f72454f07c187c0433b1c65b2e632b0 (patch)
tree7336066336a11b7527ac3c7266bffa934874d0b7 /Makefile
parent5a5cadc58c1711c3a3019fc284a6010b24af1471 (diff)
downloaddrakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.gz
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.bz2
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.xz
drakx-backup-do-not-use-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.zip
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8044dad22..4cc0c1d6f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,6 +31,11 @@ AUTOBOOT = $(ROOTDEST)/dosutils/autoboot/mdkinst
install: build autoboot
for i in images misc Mandrake Mandrake/base; do install -d $(ROOTDEST)/$$i ; done
cp -f $(RELEASE_BOOT_IMG) $(ROOTDEST)/images
+ifeq (alpha,$(ARCH))
+ cp -f $(BOOT_RDZ) $(ROOTDEST)/boot
+ cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz
+ make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST)
+endif
make -C perl-install full_stage2
build: $(BOOT_IMG)