packagefs: Move DebugSupport up into the file_systems shared folder.
ramfs will find it useful also.
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@
|
||||
# define DEBUG_PRINT 0
|
||||
#endif
|
||||
#ifndef DEBUG_APP
|
||||
# define DEBUG_APP "packagefs"
|
||||
# define DEBUG_APP "unknown"
|
||||
#endif
|
||||
#ifndef DEBUG_PRINT_FILE
|
||||
# define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
|
||||
@@ -3,7 +3,7 @@ SubDir HAIKU_TOP src add-ons kernel file_systems packagefs ;
|
||||
|
||||
UseBuildFeatureHeaders zlib ;
|
||||
UsePrivateKernelHeaders ;
|
||||
UsePrivateHeaders package shared storage support ;
|
||||
UsePrivateHeaders package shared storage support file_systems ;
|
||||
|
||||
local zstdSources ;
|
||||
local zstdKernelLib ;
|
||||
@@ -37,7 +37,6 @@ HAIKU_PACKAGE_FS_SOURCES =
|
||||
AutoPackageAttributes.cpp
|
||||
BlockBufferPoolKernel.cpp
|
||||
CachedDataReader.cpp
|
||||
DebugSupport.cpp
|
||||
Dependency.cpp
|
||||
Directory.cpp
|
||||
EmptyAttributeDirectoryCookie.cpp
|
||||
@@ -82,6 +81,7 @@ HAIKU_PACKAGE_FS_SOURCES =
|
||||
|
||||
HAIKU_PACKAGE_FS_SHARED_SOURCES =
|
||||
QueryParserUtils.cpp
|
||||
DebugSupport.cpp
|
||||
;
|
||||
|
||||
HAIKU_PACKAGE_FS_PACKAGE_READER_SOURCES =
|
||||
|
||||
Reference in New Issue
Block a user