diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-18 00:54:38 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-18 00:54:38 +0000 |
commit | fabf3d9d6f72454f07c187c0433b1c65b2e632b0 (patch) | |
tree | 7336066336a11b7527ac3c7266bffa934874d0b7 /Makefile | |
parent | 5a5cadc58c1711c3a3019fc284a6010b24af1471 (diff) | |
download | drakx-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar drakx-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.gz drakx-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.bz2 drakx-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.tar.xz drakx-fabf3d9d6f72454f07c187c0433b1c65b2e632b0.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |