From 9ced370887c609cd221b798dc871dec78e8d3ee8 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Fri, 5 Jan 2001 08:56:48 +0000 Subject: restored Makefile capabilities of building --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 259a95a78..985f0ec16 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ BOOT_IMG += $(RELEASE_BOOT_IMG) BOOT_RDZ = $(BOOT_IMG:%.img=%.rdz) BINS = mdk-stage1/init mdk-stage1/stage1-full mdk-stage1/stage1-cdrom mdk-stage1/stage1-network -DIRS = tools #mdk-stage1 +DIRS = tools mdk-stage1 ROOTDEST = /export UPLOAD_DEST_ = ~/cooker @@ -23,9 +23,9 @@ UPLOAD_SPARC_DEST = /mnt/BIG/distrib/sparc .PHONY: dirs $(FLOPPY_IMG) install -install: #rescue +install: build autoboot rescue for i in images misc Mandrake Mandrake/base; do install -d $(ROOTDEST)/$$i ; done -# cp -f $(RELEASE_BOOT_IMG) $(ROOTDEST)/images + cp -f $(RELEASE_BOOT_IMG) $(ROOTDEST)/images ifeq (alpha,$(ARCH)) cp -f $(BOOT_RDZ) $(ROOTDEST)/boot cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz -- cgit v1.2.1