From 7aae8f4fe090a6c463b27c2d9ebe306a73122969 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 4 Oct 2000 00:49:10 +0000 Subject: no_comment --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 9e24d212c..f7d6f8758 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.1