Now use the BFS R5 for now. Might get moved to the Haiku one later on.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10025 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs array ;
|
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs array ;
|
||||||
|
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ;
|
||||||
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -21,5 +21,5 @@ SimpleTest smallArrayTest
|
|||||||
|
|
||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles Utility.cpp ]
|
SEARCH on [ FGristFiles Utility.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
= [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ] ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs bfs_shell ;
|
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs bfs_shell ;
|
||||||
|
|
||||||
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ;
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ;
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ SEARCH on [ FGristFiles
|
|||||||
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
|
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
|
||||||
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
|
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
|
||||||
Debug.cpp cpp.cpp
|
Debug.cpp cpp.cpp
|
||||||
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
] = [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
kernel_cpp.cpp
|
kernel_cpp.cpp
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs btree ;
|
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs btree ;
|
||||||
|
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ;
|
||||||
|
|
||||||
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
||||||
|
|
||||||
@@ -24,4 +24,4 @@ SimpleTest btreeTest
|
|||||||
|
|
||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles BPlusTree.cpp Utility.cpp Debug.cpp ]
|
SEARCH on [ FGristFiles BPlusTree.cpp Utility.cpp Debug.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
= [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ] ;
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs bufferPool ;
|
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs bufferPool ;
|
||||||
|
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ;
|
||||||
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -16,5 +16,5 @@ SimpleTest bufferTest
|
|||||||
|
|
||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles BufferPool.cpp ]
|
SEARCH on [ FGristFiles BufferPool.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
= [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ] ;
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs mkbfs ;
|
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs mkbfs ;
|
||||||
|
|
||||||
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems fs_shell ;
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ;
|
||||||
UsePrivateHeaders [ FDirName kernel ] ;
|
UsePrivateHeaders [ FDirName kernel ] ;
|
||||||
|
|
||||||
{
|
{
|
||||||
@@ -45,7 +45,7 @@ SEARCH on [ FGristFiles
|
|||||||
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
|
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
|
||||||
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
|
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
|
||||||
Debug.cpp
|
Debug.cpp
|
||||||
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
] = [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
fsh.c rootfs.c initfs.c kernel.c cache.c sl.c stub.c tracker.cpp
|
fsh.c rootfs.c initfs.c kernel.c cache.c sl.c stub.c tracker.cpp
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs structureSizes ;
|
SubDir OBOS_TOP src tests add-ons kernel file_systems bfs structureSizes ;
|
||||||
|
|
||||||
SubDirHdrs $(OBOS_TOP) src add-ons kernel file_systems bfs ;
|
SubDirHdrs $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ;
|
||||||
|
|
||||||
{
|
{
|
||||||
local defines = [ FDefines USER ] ; # _NO_INLINE_ASM
|
local defines = [ FDefines USER ] ; # _NO_INLINE_ASM
|
||||||
@@ -18,5 +18,5 @@ SimpleTest structureSizes
|
|||||||
|
|
||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles BufferPool.cpp ]
|
SEARCH on [ FGristFiles BufferPool.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;
|
= [ FDirName $(OBOS_TOP) src tests add-ons kernel file_systems bfs r5 ] ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user