Mercurial > ecos
changeset 933:a2140be948f2
* cdl/freebsd_net.cdl: Deleted the 'CYGPKG_NET_FREEBSD_STACK_BUILD_TESTS'
component because these tests are in the net.cdl component
'CYGPKG_NET_BUILD_TESTS' and selecting this option in freebsd_net.cdl
causes build errors.
| author | jlarmour |
|---|---|
| date | Fri, 11 Apr 2003 18:00:18 +0000 |
| parents | d142fcd415a0 |
| children | 1faf9de6329c |
| files | packages/net/bsd_tcpip/current/ChangeLog packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl |
| diffstat | 2 files changed, 7 insertions(+), 46 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog +++ b/packages/net/bsd_tcpip/current/ChangeLog @@ -1,3 +1,10 @@ +2003-04-11 Michael Checky <Michael_Checky@Thermoking.com> + + * cdl/freebsd_net.cdl: Deleted the 'CYGPKG_NET_FREEBSD_STACK_BUILD_TESTS' + component because these tests are in the net.cdl component + 'CYGPKG_NET_BUILD_TESTS' and selecting this option in freebsd_net.cdl + causes build errors. + 2003-03-14 Nick Garnett <nickg@balti.calivar.com> * src/ecos/support.c: Added function cyg_net_show_mbufs() and code
--- a/packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl +++ b/packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl @@ -309,50 +309,4 @@ cdl_package CYGPKG_NET_FREEBSD_STACK { the set of global flags if present." } } - - cdl_component CYGPKG_NET_FREEBSD_STACK_BUILD_TESTS { - display "Build networking tests (demo programs)" - flavor bool - no_define - default_value 0 - description " - This option enables the building of additional network tests - which at this time are just demos; otherwise only loopback - interface tests will be built." - - cdl_option CYGPKG_NET_FREEBSD_STACK_TESTS { - display "Networking tests" - flavor data - no_define - calculated { CYGPKG_NET_BUILD_TESTS ? \ - "tests/mbuf_test \ - tests/socket_test \ - tests/ftp_test \ - tests/server_test \ - tests/nc_test_slave \ - tests/tftp_client_test \ - tests/tftp_server_test \ - tests/tcp_echo \ - tests/set_mac_address \ - tests/bridge \ - tests/flood \ - tests/ping_test \ - tests/dhcp_test \ - tests/ping_lo_test \ - tests/tcp_lo_test \ - tests/udp_lo_test \ - tests/multi_lo_select \ - tests/tcp_lo_select" - : - "tests/ping_lo_test \ - tests/tcp_lo_test \ - tests/udp_lo_test \ - tests/multi_lo_select \ - tests/tcp_lo_select" - } - description " - This option specifies the set of tests - for the networking package." - } - } }
