* 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
This commit is contained in:
parent
1a60caf375
commit
ac53d7af3c
@ -30,10 +30,11 @@ DoCatalogs BootManager : x-vnd.Haiku-BootManager : $(cataloguedSources) ;
|
|||||||
|
|
||||||
# Assemble the boot loader, and convert it into a header file
|
# Assemble the boot loader, and convert it into a header file
|
||||||
|
|
||||||
|
# TODO: should be merged with the AssembleNasm rule
|
||||||
rule AssembleYasmBin object : source
|
rule AssembleYasmBin object : source
|
||||||
{
|
{
|
||||||
SEARCH on $(source) = $(SUBDIR) ;
|
SEARCH on $(source) = $(SUBDIR) ;
|
||||||
MakeLocateArch $(object) ;
|
MakeLocateDebug $(object) ;
|
||||||
Depends $(object) : $(source) ;
|
Depends $(object) : $(source) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user