Added the new BFS files BPlusTree.cpp and File.cpp.
Minor cleanup. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4658 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -11,7 +11,6 @@ ObjectsDefines
|
||||
main.cpp
|
||||
vfs.cpp
|
||||
partitions.cpp
|
||||
stdio.cpp
|
||||
RootFileSystem.cpp
|
||||
|
||||
# partitions
|
||||
@@ -23,7 +22,9 @@ ObjectsDefines
|
||||
# file systems
|
||||
bfs.cpp
|
||||
Directory.cpp
|
||||
File.cpp
|
||||
Stream.cpp
|
||||
BPlusTree.cpp
|
||||
:
|
||||
read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
|
||||
;
|
||||
@@ -71,7 +72,9 @@ SimpleTest BootLoaderTest :
|
||||
# file systems
|
||||
bfs.cpp
|
||||
Directory.cpp
|
||||
File.cpp
|
||||
Stream.cpp
|
||||
BPlusTree.cpp
|
||||
|
||||
list.c
|
||||
:
|
||||
@@ -96,5 +99,6 @@ SEARCH on [ FGristFiles apple.cpp ]
|
||||
SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ]
|
||||
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ;
|
||||
|
||||
SEARCH on [ FGristFiles bfs.cpp Directory.cpp Stream.cpp ]
|
||||
= [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ;
|
||||
SEARCH on [ FGristFiles
|
||||
bfs.cpp Directory.cpp File.cpp Stream.cpp BPlusTree.cpp
|
||||
] = [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ;
|
||||
|
||||
Reference in New Issue
Block a user