tests/file_systems: Synchronize <userland>ramfs Jamfile with kernel one.
Doesn't fully build but at least gets closer to the kernel version. Change-Id: I3f7c83da97b7163724e3dc547603a88796def254 Reviewed-on: https://review.haiku-os.org/c/haiku/+/7708 Haiku-Format: Haiku-format Bot <[email protected]> Tested-by: Commit checker robot <[email protected]> Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
committed by
waddlesplash
parent
804e27b8fb
commit
76f38b534f
@@ -7,45 +7,44 @@ local ramFSTop = [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems ramfs ]
|
||||
|
||||
DEFINES += USER=1 ;
|
||||
|
||||
UsePrivateKernelHeaders ;
|
||||
UsePrivateHeaders file_systems storage ;
|
||||
SubDirHdrs [ FDirName $(userlandFSIncludes) shared ] ;
|
||||
|
||||
SEARCH_SOURCE += $(ramFSTop) ;
|
||||
SEARCH_SOURCE += [ FDirName $(userlandFSTop) shared ] ;
|
||||
|
||||
Addon <userland>ramfs
|
||||
: Debug.cpp
|
||||
Locker.cpp
|
||||
String.cpp
|
||||
:
|
||||
AllocationInfo.cpp
|
||||
Attribute.cpp
|
||||
AttributeIndex.cpp
|
||||
AttributeIndexImpl.cpp
|
||||
AttributeIterator.cpp
|
||||
DataContainer.cpp
|
||||
Directory.cpp
|
||||
Entry.cpp
|
||||
EntryIterator.cpp
|
||||
EntryListener.cpp
|
||||
File.cpp
|
||||
Index.cpp
|
||||
IndexDirectory.cpp
|
||||
kernel_interface.cpp
|
||||
LastModifiedIndex.cpp
|
||||
NameIndex.cpp
|
||||
Node.cpp
|
||||
NodeListener.cpp
|
||||
NodeTable.cpp
|
||||
Query.cpp
|
||||
SizeIndex.cpp
|
||||
SymLink.cpp
|
||||
Volume.cpp
|
||||
|
||||
AllocationInfo.cpp
|
||||
AreaUtils.cpp
|
||||
Attribute.cpp
|
||||
AttributeIndex.cpp
|
||||
AttributeIndexImpl.cpp
|
||||
AttributeIterator.cpp
|
||||
BlockAllocator.cpp
|
||||
BlockAllocatorArea.cpp
|
||||
BlockAllocatorAreaBucket.cpp
|
||||
BlockReferenceManager.cpp
|
||||
DataContainer.cpp
|
||||
Directory.cpp
|
||||
Entry.cpp
|
||||
EntryIterator.cpp
|
||||
EntryListener.cpp
|
||||
File.cpp
|
||||
Index.cpp
|
||||
IndexDirectory.cpp
|
||||
kernel_interface.cpp
|
||||
LastModifiedIndex.cpp
|
||||
NameIndex.cpp
|
||||
Node.cpp
|
||||
NodeListener.cpp
|
||||
NodeTable.cpp
|
||||
Query.cpp
|
||||
SizeIndex.cpp
|
||||
SymLink.cpp
|
||||
Volume.cpp
|
||||
DebugSupport.cpp
|
||||
QueryParserUtils.cpp
|
||||
|
||||
: libuserlandfs_haiku_kernel.so
|
||||
;
|
||||
|
||||
SEARCH on [ FGristFiles DebugSupport.cpp QueryParserUtils.cpp ]
|
||||
+= [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems shared ] ;
|
||||
|
||||
Reference in New Issue
Block a user