[haiku-commits] haiku: hrev46386 - build/jam/packages

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 18 Nov 2013 11:00:54 +0100 (CET)

hrev46386 adds 1 changeset to branch 'master'
old head: 41d4206692bec4352e7ea02ddb0222eab6b71884
new head: 0cb0b65d3eb8f1279f886ba175935dd3639ea769
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=0cb0b65+%5E41d4206

----------------------------------------------------------------------------

0cb0b65: Add the secondary arch version of libroot_debug
  
  Some gristing mixup caused the non-secondary version of the lib to be
  added to the non-secondary directory, which is what the main
  architecture HaikuDevel is already doing.

                             [ Adrien Destugues <pulkomandy@xxxxxxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46386
Commit:      0cb0b65d3eb8f1279f886ba175935dd3639ea769
URL:         http://cgit.haiku-os.org/haiku/commit/?id=0cb0b65
Author:      Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
Date:        Mon Nov 18 09:58:13 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 2 deletions(-)
build/jam/packages/HaikuDevelSecondary | 4 ++--

----------------------------------------------------------------------------

diff --git a/build/jam/packages/HaikuDevelSecondary 
b/build/jam/packages/HaikuDevelSecondary
index 011aa5a..5c98f97 100644
--- a/build/jam/packages/HaikuDevelSecondary
+++ b/build/jam/packages/HaikuDevelSecondary
@@ -16,8 +16,8 @@ AddFilesToPackage develop lib $(architecture) :
        ;
 
 # additional libraries
-local developmentLibs = <revisioned>libroot_debug.so ;
-AddFilesToPackage lib : $(developmentLibs) ;
+local developmentLibs = [ MultiArchDefaultGristFiles libroot_debug.so : 
revisioned ] ;
+AddFilesToPackage lib $(architecture) : $(developmentLibs) ;
 
 # library symlinks
 local lib ;


Other related posts:

  • » [haiku-commits] haiku: hrev46386 - build/jam/packages - pulkomandy