Made use of the new parameter of *SymLink and adjusted dependencies where

necessary.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5543 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2003-12-02 22:05:41 +00:00
parent b408aaf70a
commit 8c470cd758
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -29,4 +29,4 @@ SharedLibrary diskdevice
: <boot!home!config!lib>libdisk_device_manager.so be
;
AbsSymLink <boot!home!config!lib>libdiskdevice.so : libdiskdevice.so
: /boot/home/config/lib ;
: /boot/home/config/lib : false ;
+1 -1
View File
@@ -21,6 +21,6 @@ FT2_LinkLibrary $(FT2_LIB) ;
# install libfreetype.so into /boot/home/config/lib
#
AbsSymLink <boot!home!config!lib>libfreetype.so : libfreetype.so
: /boot/home/config/lib ;
: /boot/home/config/lib : false ;
# end of src Jamfile
+1 -1
View File
@@ -4,7 +4,7 @@ UsePrivateHeaders shared ;
SharedLibrary kernelland_emu : kernelland_emu.cpp : be stdc++.r4 ;
AbsSymLink <boot!home!config!lib>libkernelland_emu.so : libkernelland_emu.so
: /boot/home/config/lib ;
: /boot/home/config/lib : false ;
# SubInclude OBOS_TOP src tests add-ons kernel disk_scanner ;
SubInclude OBOS_TOP src tests add-ons kernel file_systems ;
+1 -1
View File
@@ -19,7 +19,7 @@ SimpleTest net_stack_tester :
local dir = [ on net_stack_tester return $(LOCATE) ] ;
MakeLocate <network-add-ons>userland : $(OBOS_ADDON_DIR) ;
MakeLocate <network-add-ons>add-ons : $(dir) ;
RelSymLink <network-add-ons>add-ons : <network-add-ons>userland ;
RelSymLink <network-add-ons>add-ons : <network-add-ons>userland : false ;
# alias for the net_stack_tester the modules link against
LOCATE on <installed>net_stack_tester = $(dir) ;
+2 -2
View File
@@ -33,12 +33,12 @@ CommonTestLib libstoragetest.so
# OBOS
local resdir = <storage!kit!test!files>resources ;
MakeLocate $(resdir) : [ on UnitTesterHelper return $(LOCATE[1]) ] ;
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ;
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] : false ;
DEPENDS libstoragetest.so : $(resdir) ;
# R5
local resdir_r5 = <storage!kit!test!files!r5>resources ;
MakeLocate $(resdir_r5) : [ on UnitTesterHelper_r5 return $(LOCATE[1]) ] ;
RelSymLink $(resdir_r5) : [ FDirName $(SUBDIR) resources ] ;
RelSymLink $(resdir_r5) : [ FDirName $(SUBDIR) resources ] : false ;
DEPENDS libstoragetest_r5.so : $(resdir_r5) ;
}
+1 -1
View File
@@ -4,6 +4,6 @@ GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
SharedLibrary rdef : compile.cpp decompile.cpp lexer.l parser.y rdef.cpp : be ;
AbsSymLink <boot!home!config!lib>librdef.so : librdef.so
: /boot/home/config/lib ;
: /boot/home/config/lib : false ;
BinCommand rc : rc.cpp : <boot!home!config!lib>librdef.so be ;