diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-10-04 00:49:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-10-04 00:49:10 +0000 |
commit | 7aae8f4fe090a6c463b27c2d9ebe306a73122969 (patch) | |
tree | 001bd805ba82f4fe84489b3e353ddefbbd9a03c4 /Makefile | |
parent | 69f45fa45459f23910b9afa3259f299a569ee3de (diff) | |
download | drakx-7aae8f4fe090a6c463b27c2d9ebe306a73122969.tar drakx-7aae8f4fe090a6c463b27c2d9ebe306a73122969.tar.gz drakx-7aae8f4fe090a6c463b27c2d9ebe306a73122969.tar.bz2 drakx-7aae8f4fe090a6c463b27c2d9ebe306a73122969.tar.xz drakx-7aae8f4fe090a6c463b27c2d9ebe306a73122969.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -29,15 +29,9 @@ install: build autoboot rescue ifeq (alpha,$(ARCH)) cp -f $(BOOT_RDZ) $(ROOTDEST)/boot cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz - install -m 0755 live_update $(ROOTDEST)/live_update -# sudo install -d /mnt/loop -# for i in $(ROOTDEST)/images/disks/*; do \ -# sudo mount $$i /mnt/loop -o loop ;\ -# sudo cp -f vmlinux.gz /mnt/loop ;\ -# sudo umount $$i ;\ -# done make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST) endif + install live_update $(ROOTDEST)/live_update make -C perl-install full_stage2 build: $(BOOT_IMG) |