summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 88ee6e013..c0c01a81e 100644
--- a/Makefile
+++ b/Makefile
@@ -34,12 +34,12 @@ install: build autoboot
ifeq (alpha,$(ARCH))
cp -f $(BOOT_RDZ) $(ROOTDEST)/boot
cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz
- 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
+# 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
make -C perl-install full_stage2