- Remove the "Depends" rule I added making new_stack_tester depending on
userland new stack modules, as they can't be build first, 'cause they depends... yep, on new_stack_tester! Stupid me. - Add netperf to build. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6556 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -13,7 +13,6 @@ SubDir OBOS_TOP src tests kits net ;
|
|||||||
|
|
||||||
# SimpleTest at_client : at_client.c : ;
|
# SimpleTest at_client : at_client.c : ;
|
||||||
|
|
||||||
#SubInclude OBOS_TOP src tests kits net netperf ;
|
SubInclude OBOS_TOP src tests kits net netperf ;
|
||||||
#SubInclude OBOS_TOP src tests kits net new_stack ;
|
# SubInclude OBOS_TOP src tests kits net new_stack ;
|
||||||
#SubInclude OBOS_TOP src tests kits net ppp ;
|
|
||||||
SubInclude OBOS_TOP src tests kits net preflet ;
|
SubInclude OBOS_TOP src tests kits net preflet ;
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ SubDir OBOS_TOP src tests kits net new_stack ;
|
|||||||
|
|
||||||
UseHeaders [ FDirName $(OBOS_TOP) src tests kits net new_stack headers ] ;
|
UseHeaders [ FDirName $(OBOS_TOP) src tests kits net new_stack headers ] ;
|
||||||
|
|
||||||
Depends new_stack_tester : userland_network_v2_modules ;
|
|
||||||
|
|
||||||
SimpleTest new_stack_tester :
|
SimpleTest new_stack_tester :
|
||||||
net_stack_server.cpp
|
net_stack_server.cpp
|
||||||
userland_modules.cpp
|
userland_modules.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user