From fae903cacf534670433caacfa763dc22b1d31ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 5 Oct 2002 17:34:09 +0000 Subject: [PATCH] Rearranged the Jamfile a bit, moved syscalls.S around. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1390 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 31be69dccd..b592bdb0ab 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -164,14 +164,15 @@ KernelLd libglue.o : # this one is needed for rld.so only KernelStaticLibraryObjects libc.a : <$(SOURCE_GRIST)!libroot>libroot_init.o - <$(SOURCE_GRIST)!libroot>syscalls.o + + <$(SOURCE_GRIST)!libroot!os>syscalls.o + <$(SOURCE_GRIST)!libroot!os>sem.o + <$(SOURCE_GRIST)!libroot!os!arch!$(OBOS_ARCH)>atomic.o <$(SOURCE_GRIST)!libroot!posix>errno.o <$(SOURCE_GRIST)!libroot!posix>dlfcn.o <$(SOURCE_GRIST)!libroot!posix>rlimit.o - <$(SOURCE_GRIST)!libroot!os!arch!$(OBOS_ARCH)>atomic.o - <$(SOURCE_GRIST)!libroot!posix!malloc>arch-specific.o <$(SOURCE_GRIST)!libroot!posix!malloc>heap.o <$(SOURCE_GRIST)!libroot!posix!malloc>processheap.o @@ -292,7 +293,16 @@ KernelLd libroot.so : libglue.o <$(SOURCE_GRIST)!libroot>libroot_init.o - <$(SOURCE_GRIST)!libroot>syscalls.o + + <$(SOURCE_GRIST)!libroot!os>area.o + <$(SOURCE_GRIST)!libroot!os>debug.o + <$(SOURCE_GRIST)!libroot!os>port.o + <$(SOURCE_GRIST)!libroot!os>sem.o + <$(SOURCE_GRIST)!libroot!os>systeminfo.o + <$(SOURCE_GRIST)!libroot!os>thread.o + <$(SOURCE_GRIST)!libroot!os>team.o + <$(SOURCE_GRIST)!libroot!os>syscalls.o + <$(SOURCE_GRIST)!libroot!os!arch!$(OBOS_ARCH)>atomic.o <$(SOURCE_GRIST)!libroot!posix>dlfcn.o <$(SOURCE_GRIST)!libroot!posix>errno.o @@ -445,15 +455,6 @@ KernelLd libroot.so : <$(SOURCE_GRIST)!libroot!posix!math>cabs.o <$(SOURCE_GRIST)!libroot!posix!math>cbrt.o <$(SOURCE_GRIST)!libroot!posix!math>ieee.o - - <$(SOURCE_GRIST)!libroot!os>area.o - <$(SOURCE_GRIST)!libroot!os>debug.o - <$(SOURCE_GRIST)!libroot!os>port.o - <$(SOURCE_GRIST)!libroot!os>sem.o - <$(SOURCE_GRIST)!libroot!os>systeminfo.o - <$(SOURCE_GRIST)!libroot!os>thread.o - <$(SOURCE_GRIST)!libroot!os>team.o - <$(SOURCE_GRIST)!libroot!os!arch!$(OBOS_ARCH)>atomic.o : $(SUBDIR)/ldscripts/$(OBOS_ARCH)/library.ld :