From ab07e7c967e6809eef7bbffed31232d994d0fab5 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 23 Jan 2015 19:25:57 +0100 Subject: fu_even_more_boot --- boot/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/boot/Makefile b/boot/Makefile index 51882ee3..d700116d 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -27,8 +27,8 @@ MIGSTUBS = machServer.o mach_hostServer.o gnumachServer.o task_notifyServer.o OBJS = boot.o $(COMMON-OBJS) $(MIGSTUBS) UX-OBJS = mach-crt0.o uxboot.o sigvec.o syscall.o ux.o $(COMMON-OBJS) target = boot -MIGSFLAGS=-imacros $(srcdir)/mig-mutate.h -io-MIGSFLAGS=-DREPLY_PORTS +MIGSFLAGS=-imacros $(srcdir)/mig-mutate.h -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 +io-MIGSFLAGS=-DREPLY_PORTS -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 HURDLIBS = store shouldbeinlibc ihash LDLIBS += -lpthread @@ -39,8 +39,6 @@ include ../Makeconf #/usr/local/bin/uxboot: uxboot # cp $< $@ -MIGSFLAGS = -DHURD_DEFAULT_PAYLOAD_TO_PORT=1 - all: boot # uxboot uxboot.o: boot.c -- cgit v1.2.3