From 7a0f1c3eea57413de17756e30eece4018224dec2 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Jul 2000 12:15:44 +0000 Subject: no_comment --- Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index caa2a9930..8f1eb4063 100644 --- a/Makefile +++ b/Makefile @@ -15,9 +15,6 @@ BOOT_IMG += $(RELEASE_BOOT_IMG) BOOT_RDZ = $(BOOT_IMG:%.img=%.rdz) BINS = install/install install/full-install install/local-install install/installinit/init DIRS = tools install install/installinit perl-install -ifeq (i386,$(ARCH)) -#DIRS += lnx4win -endif ROOTDEST = /export UPLOAD_DEST_ = ~/cooker @@ -47,11 +44,6 @@ build: $(BOOT_IMG) autoboot: ifeq (i386,$(ARCH)) - install -d $(ROOTDEST)/lnx4win - cp -f vmlinuz $(ROOTDEST)/lnx4win - cp -f cdrom.rdz $(ROOTDEST)/lnx4win/initrd.gz - /usr/sbin/rdev -v $(ROOTDEST)/lnx4win/vmlinuz 788 - install -d $(ROOTDEST)/boot cp -f vmlinuz {hd,cdrom,pcmcia,network}.rdz $(ROOTDEST)/boot /usr/sbin/rdev -v $(ROOTDEST)/boot/vmlinuz 788 @@ -95,7 +87,6 @@ upload: clean install upload Mandrake/mdkinst '' ;\ upload Mandrake/base {compss*,mdkinst_stage2.gz,rescue_stage2.gz} ;\ upload boot '' ;\ - upload lnx4win {initrd.gz,vmlinuz} ;\ for i in $(RELEASE_BOOT_IMG); do upload images $$i; done ;\ echo -- cgit v1.2.1