summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 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)