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:
Axel Dörfler
2003-09-12 07:40:27 +00:00
parent e3505b15f4
commit e6889ed1a3
+7 -3
View File
@@ -11,7 +11,6 @@ ObjectsDefines
main.cpp main.cpp
vfs.cpp vfs.cpp
partitions.cpp partitions.cpp
stdio.cpp
RootFileSystem.cpp RootFileSystem.cpp
# partitions # partitions
@@ -23,7 +22,9 @@ ObjectsDefines
# file systems # file systems
bfs.cpp bfs.cpp
Directory.cpp Directory.cpp
File.cpp
Stream.cpp Stream.cpp
BPlusTree.cpp
: :
read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close read_pos=boot_read_pos fstat=boot_fstat open=boot_open close=boot_close
; ;
@@ -71,7 +72,9 @@ SimpleTest BootLoaderTest :
# file systems # file systems
bfs.cpp bfs.cpp
Directory.cpp Directory.cpp
File.cpp
Stream.cpp Stream.cpp
BPlusTree.cpp
list.c list.c
: :
@@ -96,5 +99,6 @@ SEARCH on [ FGristFiles apple.cpp ]
SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ] SEARCH on [ FGristFiles intel.cpp PartitionMap.cpp ]
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ; = [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems intel ] ;
SEARCH on [ FGristFiles bfs.cpp Directory.cpp Stream.cpp ] SEARCH on [ FGristFiles
= [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ; bfs.cpp Directory.cpp File.cpp Stream.cpp BPlusTree.cpp
] = [ FDirName $(OBOS_TOP) src kernel boot loader file_systems bfs ] ;