Now when BFS_REPLACEMENT is set, the name used for the add-on is "bfs" instead
of "obfs" (thanks Ingo). Also, changed the destination directory. It was formelly "beos/system/add-ons/kernel/file_systems/bfs/" and now it is "beos/system/add-ons/kernel/file_systems/" (as it should be). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7411 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cda24f2279
commit
4e936bb759
@ -21,6 +21,9 @@ oldOPTIM = $(OPTIM) ;
|
||||
# report itself as "bfs" instead of "obfs"
|
||||
if $(BFS_REPLACEMENT) {
|
||||
defines += BFS_REPLACEMENT ;
|
||||
bfsAddOnName = bfs ;
|
||||
} else {
|
||||
bfsAddOnName = obfs ;
|
||||
}
|
||||
|
||||
if $(DEBUG) = 0 {
|
||||
@ -35,7 +38,7 @@ oldOPTIM = $(OPTIM) ;
|
||||
|
||||
UsePrivateHeaders [ FDirName kernel util ] ; # For kernel_cpp.cpp
|
||||
|
||||
R5KernelAddon obfs : [ FDirName kernel file_systems bfs ] :
|
||||
R5KernelAddon $(bfsAddOnName) : [ FDirName kernel file_systems ] :
|
||||
BlockAllocator.cpp
|
||||
BPlusTree.cpp
|
||||
kernel_cpp.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user