It now has to use kernel_interface_r5.cpp instead of kernel_interface.cpp.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7848 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -14,7 +14,7 @@ UsePrivateHeaders [ FDirName kernel ] ; # For kernel_cpp.cpp
|
|||||||
malloc_debug_flags = -fcheck-memory-usage ;
|
malloc_debug_flags = -fcheck-memory-usage ;
|
||||||
}
|
}
|
||||||
|
|
||||||
local defines = [ FDefines USER
|
local defines = [ FDefines USER #DEBUG
|
||||||
NO_FILE_UNCACHED_IO
|
NO_FILE_UNCACHED_IO
|
||||||
UNSAFE_GET_VNODE
|
UNSAFE_GET_VNODE
|
||||||
#BFS_BIG_ENDIAN_ONLY
|
#BFS_BIG_ENDIAN_ONLY
|
||||||
@@ -30,9 +30,9 @@ BinCommand copy_to_bfs_image :
|
|||||||
sysdep.c hexdump.c argv.c
|
sysdep.c hexdump.c argv.c
|
||||||
|
|
||||||
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.cpp Utility.cpp BufferPool.cpp
|
BlockAllocator.cpp kernel_interface_r5.cpp Utility.cpp BufferPool.cpp
|
||||||
Debug.cpp kernel_cpp.cpp
|
Debug.cpp kernel_cpp.cpp
|
||||||
|
|
||||||
strlcat.c
|
strlcat.c
|
||||||
:
|
:
|
||||||
;
|
;
|
||||||
@@ -40,7 +40,7 @@ BinCommand copy_to_bfs_image :
|
|||||||
# Tell Jam where to find these sources
|
# Tell Jam where to find these sources
|
||||||
SEARCH on [ FGristFiles
|
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.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 add-ons kernel file_systems bfs ] ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user