From 24dda9b78fbe61e569bfb65818b823a4f65af87d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 23 Feb 2000 12:57:37 +0000 Subject: no_comment --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.1