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
|
# define DEBUG_PRINT 0
|
||||||
#endif
|
#endif
|
||||||
#ifndef DEBUG_APP
|
#ifndef DEBUG_APP
|
||||||
# define DEBUG_APP "packagefs"
|
# define DEBUG_APP "unknown"
|
||||||
#endif
|
#endif
|
||||||
#ifndef DEBUG_PRINT_FILE
|
#ifndef DEBUG_PRINT_FILE
|
||||||
# define DEBUG_PRINT_FILE "/var/log/" DEBUG_APP ".log"
|
# 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 ;
|
UseBuildFeatureHeaders zlib ;
|
||||||
UsePrivateKernelHeaders ;
|
UsePrivateKernelHeaders ;
|
||||||
UsePrivateHeaders package shared storage support ;
|
UsePrivateHeaders package shared storage support file_systems ;
|
||||||
|
|
||||||
local zstdSources ;
|
local zstdSources ;
|
||||||
local zstdKernelLib ;
|
local zstdKernelLib ;
|
||||||
@@ -37,7 +37,6 @@ HAIKU_PACKAGE_FS_SOURCES =
|
|||||||
AutoPackageAttributes.cpp
|
AutoPackageAttributes.cpp
|
||||||
BlockBufferPoolKernel.cpp
|
BlockBufferPoolKernel.cpp
|
||||||
CachedDataReader.cpp
|
CachedDataReader.cpp
|
||||||
DebugSupport.cpp
|
|
||||||
Dependency.cpp
|
Dependency.cpp
|
||||||
Directory.cpp
|
Directory.cpp
|
||||||
EmptyAttributeDirectoryCookie.cpp
|
EmptyAttributeDirectoryCookie.cpp
|
||||||
@@ -82,6 +81,7 @@ HAIKU_PACKAGE_FS_SOURCES =
|
|||||||
|
|
||||||
HAIKU_PACKAGE_FS_SHARED_SOURCES =
|
HAIKU_PACKAGE_FS_SHARED_SOURCES =
|
||||||
QueryParserUtils.cpp
|
QueryParserUtils.cpp
|
||||||
|
DebugSupport.cpp
|
||||||
;
|
;
|
||||||
|
|
||||||
HAIKU_PACKAGE_FS_PACKAGE_READER_SOURCES =
|
HAIKU_PACKAGE_FS_PACKAGE_READER_SOURCES =
|
||||||
|
|||||||
Reference in New Issue
Block a user