From 7bc369ebff32633ef62323835176b41c7aeca43f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 Nov 2004 13:13:23 +0000 Subject: - no need to build stage1-cdrom nor stage1-network for MOVE - for stage1-full, no special .c is needed for MOVE --- mdk-stage1/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 844ab396d..1c01fc4ed 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -114,16 +114,10 @@ STAGE1_NETWORK_LIBS = /usr/lib64/libresolv.a else STAGE1_NETWORK_LIBS = /usr/lib/libresolv.a endif -endif - -ifdef MOVE -MOVE_ADDSRC = lomount.c -else -MOVE_ADDSRC = endif #- stage1 itself -STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c $(MOVE_ADDSRC) +STAGE1SRC = stage1.c log.c tools.c modules.c probing.c mount.c automatic.c frontend-common.c CDROMSRC = cdrom.c DISKSRC = disk.c directory.c lomount.c NETWORKSRC = network.c nfsmount.c dhcp.c url.c dns.c adsl.c directory.c lomount.c @@ -167,12 +161,14 @@ endif BINS = init init-stage2 stage1-full +ifndef MOVE ifeq (i386, $(ARCH)) BINS += stage1-cdrom stage1-network endif ifeq (x86_64, $(ARCH)) BINS += stage1-cdrom stage1-network endif +endif ifeq (i386, $(ARCH)) DIRS = dietlibc -- cgit v1.2.1