From eb0b2846e80be6eec85068205cd5aeac0cb6f584 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Tue, 27 Jan 2004 08:09:08 +0000 Subject: [PATCH] NOw that's moved to Jamfiles build, no need for build instructions. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6342 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/tests/kits/net/new_stack/BUILD | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/tests/kits/net/new_stack/BUILD diff --git a/src/tests/kits/net/new_stack/BUILD b/src/tests/kits/net/new_stack/BUILD deleted file mode 100644 index 6166457bf2..0000000000 --- a/src/tests/kits/net/new_stack/BUILD +++ /dev/null @@ -1,24 +0,0 @@ -Jampfiles should replace these BeIDE projects files in the future. -But, beware: -- the net_stack_server binary should be symlinked as _APP_ in each sub-drectories, so - each module can be linked against it to find the kernel module API exported in this app. -- the net_stack_server will try to load the modules from a local add-ons folder, which should - be setup by hands today: please symlink each module like this: - - net_stack_server - add-ons/ - generic/ - memory_pool -> ../../memory_pool/memory_pool - atomizer -> ../../atomizer/atomizer - network/ - stack -> ../../stack/stack - layers/ - framings/ - ethernet_frame -> ../../../../ethernet_frame/ethernet_frame - protocols/ - arp -> ../../../../arp/arp - ipv4 -> ../../../../ipv4/ipv4 - interfaces/ - ethernet_device -> ../../../../ethernet_device/ethernet_device - loopback -> ../../../../loopback/loopback -