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
|
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
|
||||||
:
|
:
|
||||||
@@ -80,7 +83,7 @@ SimpleTest BootLoaderTest :
|
|||||||
|
|
||||||
# Tell Jam where to find the utility sources
|
# Tell Jam where to find the utility sources
|
||||||
SEARCH on [ FGristFiles list.c ]
|
SEARCH on [ FGristFiles list.c ]
|
||||||
= [ FDirName $(OBOS_TOP) src kernel core util ] ;
|
= [ FDirName $(OBOS_TOP) src kernel core util ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles
|
SEARCH on [ FGristFiles
|
||||||
main.cpp vfs.cpp partitions.cpp
|
main.cpp vfs.cpp partitions.cpp
|
||||||
@@ -88,13 +91,14 @@ SEARCH on [ FGristFiles
|
|||||||
] = [ FDirName $(OBOS_TOP) src kernel boot loader ] ;
|
] = [ FDirName $(OBOS_TOP) src kernel boot loader ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles amiga_rdb.cpp ]
|
SEARCH on [ FGristFiles amiga_rdb.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems amiga ] ;
|
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems amiga ] ;
|
||||||
|
|
||||||
SEARCH on [ FGristFiles apple.cpp ]
|
SEARCH on [ FGristFiles apple.cpp ]
|
||||||
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems apple ] ;
|
= [ FDirName $(OBOS_TOP) src add-ons kernel partitioning_systems apple ] ;
|
||||||
|
|
||||||
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 ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user