diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-07-13 12:15:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-07-13 12:15:44 +0000 |
commit | 7a0f1c3eea57413de17756e30eece4018224dec2 (patch) | |
tree | f27e7e991f11078943e5340c04952e53c8246f02 /Makefile | |
parent | 5d7866bc867a4a048d9e917a7d26e9189feacd0d (diff) | |
download | drakx-7a0f1c3eea57413de17756e30eece4018224dec2.tar drakx-7a0f1c3eea57413de17756e30eece4018224dec2.tar.gz drakx-7a0f1c3eea57413de17756e30eece4018224dec2.tar.bz2 drakx-7a0f1c3eea57413de17756e30eece4018224dec2.tar.xz drakx-7a0f1c3eea57413de17756e30eece4018224dec2.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |