diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 12:57:37 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-02-23 12:57:37 +0000 |
commit | 24dda9b78fbe61e569bfb65818b823a4f65af87d (patch) | |
tree | 7fbab1ee6e6c2b71ab64d89e077b09c0f936a8df /Makefile | |
parent | c19d700d0608cba8d8d208238846b94505612c29 (diff) | |
download | drakx-24dda9b78fbe61e569bfb65818b823a4f65af87d.tar drakx-24dda9b78fbe61e569bfb65818b823a4f65af87d.tar.gz drakx-24dda9b78fbe61e569bfb65818b823a4f65af87d.tar.bz2 drakx-24dda9b78fbe61e569bfb65818b823a4f65af87d.tar.xz drakx-24dda9b78fbe61e569bfb65818b823a4f65af87d.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |