summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-07-13 12:15:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-07-13 12:15:44 +0000
commit7a0f1c3eea57413de17756e30eece4018224dec2 (patch)
treef27e7e991f11078943e5340c04952e53c8246f02 /Makefile
parent5d7866bc867a4a048d9e917a7d26e9189feacd0d (diff)
downloaddrakx-backup-do-not-use-7a0f1c3eea57413de17756e30eece4018224dec2.tar
drakx-backup-do-not-use-7a0f1c3eea57413de17756e30eece4018224dec2.tar.gz
drakx-backup-do-not-use-7a0f1c3eea57413de17756e30eece4018224dec2.tar.bz2
drakx-backup-do-not-use-7a0f1c3eea57413de17756e30eece4018224dec2.tar.xz
drakx-backup-do-not-use-7a0f1c3eea57413de17756e30eece4018224dec2.zip
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
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