From ac53d7af3c36481b60369cfa0c7ce98bf7fe5614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 8 Jan 2011 17:28:14 +0000 Subject: [PATCH] * Use MakeLocateDebug as suggested by Ingo. * Added TODO about merging AssembleNasm with AssembleYasmBin rules. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40159 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bootmanager/Jamfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/bootmanager/Jamfile b/src/apps/bootmanager/Jamfile index 61f4b352bc..a141789323 100644 --- a/src/apps/bootmanager/Jamfile +++ b/src/apps/bootmanager/Jamfile @@ -30,10 +30,11 @@ DoCatalogs BootManager : x-vnd.Haiku-BootManager : $(cataloguedSources) ; # Assemble the boot loader, and convert it into a header file +# TODO: should be merged with the AssembleNasm rule rule AssembleYasmBin object : source { SEARCH on $(source) = $(SUBDIR) ; - MakeLocateArch $(object) ; + MakeLocateDebug $(object) ; Depends $(object) : $(source) ; }