Changes to keep it building with the move to kernel_interface_r5.cpp.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7819 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-06-07 22:42:55 +00:00
parent 371536a11d
commit 7335776148
3 changed files with 10 additions and 5 deletions

View File

@ -14,7 +14,9 @@ UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
malloc_debug_flags = -fcheck-memory-usage ;
}
local defines = [ FDefines USER DEBUG USED_IN_FS_SHELL
local defines = [ FDefines USER
#DEBUG
USED_IN_FS_SHELL NO_FILE_UNCACHED_IO
UNSAFE_GET_VNODE
#BFS_BIG_ENDIAN_ONLY
$(malloc_debug_defines) ] ;
@ -27,7 +29,7 @@ SimpleTest bfs_shell :
sysdep.c hexdump.c argv.c
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
Debug.cpp kernel_cpp.cpp
:
;
@ -35,7 +37,7 @@ SimpleTest bfs_shell :
# Tell Jam where to find these sources
SEARCH on [ FGristFiles
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
Debug.cpp cpp.cpp
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;

View File

@ -11,6 +11,9 @@
*/
#define _FS_INTERFACE_H
// don't include that file
#include "bfs_control.h"

View File

@ -31,7 +31,7 @@ SimpleTest mkbfs :
rootfs.c
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
Debug.cpp
:
;
@ -43,7 +43,7 @@ SimpleTest allocationGroups :
# Tell Jam where to find these sources
SEARCH on [ FGristFiles
Volume.cpp BPlusTree.cpp Inode.cpp Index.cpp Query.cpp Journal.cpp
BlockAllocator.cpp kernel_interface.cpp Utility.cpp BufferPool.cpp
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
Debug.cpp
] = [ FDirName $(OBOS_TOP) src add-ons kernel file_systems bfs ] ;