From 5d25f8fb7bd8613f038b230f13e3b3d7a44db2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sun, 15 Jun 2003 13:17:01 +0000 Subject: [PATCH] Added the new kernel_os_main.o to the kernel build. Replaced the "hostname" app with the "tls_test" in the standard build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3520 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index 8bbdf225ee..b37940c05d 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -61,6 +61,7 @@ KernelLd kernel.so : linkhack.so + kernel_os_main.o kernel_os_arch_$(OBOS_ARCH).o kernel_posix_locale.o @@ -333,16 +334,16 @@ KernelLd testapp : bin/testapp ; -KernelLd hostname : +KernelLd tls_test : libglue2.o - <$(SOURCE_GRIST)!apps!hostname>main.o + <$(SOURCE_GRIST)!apps>tls_test.o libroot.so : $(SUBDIR)/ldscripts/$(OBOS_ARCH)/app.ld : : : - bin/hostname + bin/tls_test ; KernelLd filetest :