[haiku-commits] Re: haiku: hrev47033 - src/system/boot/loader/file_systems/packagefs

  • From: Ingo Weinhold <ingo_weinhold@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 22 Mar 2014 16:31:34 +0100

On 03/19/2014 08:21 PM, korli@xxxxxxxxxxxxxxxx wrote:
diff --git a/src/system/boot/loader/file_systems/packagefs/Jamfile 
b/src/system/boot/loader/file_systems/packagefs/Jamfile
index 7fadf51..042d4fc 100644
--- a/src/system/boot/loader/file_systems/packagefs/Jamfile
+++ b/src/system/boot/loader/file_systems/packagefs/Jamfile
@@ -51,9 +51,12 @@ BootStaticLibrary boot_packagefs :
        : -fno-pic
  ;

-Includes [
-               FGristFiles ZlibCompressionBase.cpp 
package/hpkg/ZlibCompressor.h
-               package/hpkg/ZlibDecompressor.h
-       ]
-       : [ BuildFeatureAttribute zlib : headers ] ;
+Includes [ FGristFiles
+               PackageDataReader.cpp
+               PackageFileHeapAccessorBase.cpp
+               PackageReaderImpl.cpp
+               ReaderImplBase.cpp
+               ZlibCompressionBase.cpp 
+               ZlibDecompressor.cpp    
+       ] : [ BuildFeatureAttribute zlib : headers ] ;

Was there any problem with the previous approach, i.e. declaring only the files that include the zlib headers directly?

Anyway, I should really try to make some time to revert the whole mess before the list of dependent commits grows even longer.

CU, Ingo


Other related posts: