libstorage.so is gone.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@970 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,20 +13,7 @@ Server obos_registrar :
|
|||||||
TRoster.cpp
|
TRoster.cpp
|
||||||
;
|
;
|
||||||
LinkSharedOSLibs obos_registrar :
|
LinkSharedOSLibs obos_registrar :
|
||||||
<$(SOURCE_GRIST)>libstorage.so
|
|
||||||
<boot!home!config!lib>libopenbeos.so
|
<boot!home!config!lib>libopenbeos.so
|
||||||
stdc++.r4
|
stdc++.r4
|
||||||
be root
|
be root
|
||||||
;
|
;
|
||||||
|
|
||||||
# To run the registrar, these libraries must be around.
|
|
||||||
{
|
|
||||||
local libdir = [ on obos_registrar FDirName $(LOCATE[1]) lib ] ;
|
|
||||||
MakeLocate <$(SOURCE_GRIST)>libstorage.so : $(libdir) ;
|
|
||||||
MakeLocate <$(SOURCE_GRIST)>libbeadapter.so : $(libdir) ;
|
|
||||||
RelSymLink <$(SOURCE_GRIST)>libstorage.so : libstorage.so ;
|
|
||||||
RelSymLink <$(SOURCE_GRIST)>libbeadapter.so : libbeadapter.so ;
|
|
||||||
Includes <$(SOURCE_GRIST)>libstorage.so
|
|
||||||
: <$(SOURCE_GRIST)>libbeadapter.so ;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,23 +20,12 @@ CommonTestLib libstoragetest.so
|
|||||||
ResourceStringsTest.cpp
|
ResourceStringsTest.cpp
|
||||||
StatableTest.cpp
|
StatableTest.cpp
|
||||||
SymLinkTest.cpp
|
SymLinkTest.cpp
|
||||||
: <$(SOURCE_GRIST)>libstorage.so be stdc++.r4
|
: <boot!home!config!lib>libopenbeos.so be stdc++.r4
|
||||||
: be stdc++.r4
|
: be stdc++.r4
|
||||||
:
|
:
|
||||||
: storage
|
: storage
|
||||||
;
|
;
|
||||||
|
|
||||||
# To run the tests the libraries must be around.
|
|
||||||
{
|
|
||||||
local libdir = [ on UnitTesterHelper FDirName $(LOCATE[1]) lib ] ;
|
|
||||||
MakeLocate <$(SOURCE_GRIST)>libstorage.so : $(libdir) ;
|
|
||||||
MakeLocate <$(SOURCE_GRIST)>libbeadapter.so : $(libdir) ;
|
|
||||||
RelSymLink <$(SOURCE_GRIST)>libstorage.so : libstorage.so ;
|
|
||||||
RelSymLink <$(SOURCE_GRIST)>libbeadapter.so : libbeadapter.so ;
|
|
||||||
Includes <$(SOURCE_GRIST)>libstorage.so
|
|
||||||
: <$(SOURCE_GRIST)>libbeadapter.so ;
|
|
||||||
}
|
|
||||||
|
|
||||||
# To run the tests some test files must be around.
|
# To run the tests some test files must be around.
|
||||||
{
|
{
|
||||||
local resdir = <storage!kit!test!files>resources ;
|
local resdir = <storage!kit!test!files>resources ;
|
||||||
@@ -44,4 +33,3 @@ CommonTestLib libstoragetest.so
|
|||||||
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ;
|
RelSymLink $(resdir) : [ FDirName $(SUBDIR) resources ] ;
|
||||||
DEPENDS libstoragetest.so : $(resdir) ;
|
DEPENDS libstoragetest.so : $(resdir) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user