From 16fa4445b939b532430a56a691fd170a13364802 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 24 Jul 2002 17:46:02 +0000 Subject: [PATCH] KEEPOBJS is set now. It makes the Library rule not remove the object files. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@419 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- Jamrules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jamrules b/Jamrules index 67e30a34f5..178cb1697d 100644 --- a/Jamrules +++ b/Jamrules @@ -88,6 +88,11 @@ KERNEL_CCFLAGS ?= "-Wall -Wno-multichar -Wmissing-prototypes -finline -nostdinc" KERNEL_CCFLAGS += "-fno-builtin -D$(OBOS_TARGET_DEFINE) " ; KERNEL_CCFLAGS += "-DBOCHS_E9_HACK=$(BOCHS_E9_HACK) " ; +# Instructs the Library rule to not make its object files temporary. +# This is need as some objects are used in a static library and for an +# executable. +KEEPOBJS = true ; + AR = ar r ; # If no OBOS_OBJECT_TARGET is not defined yet, use our default directory and