[PATCH rtems] cpukit/Makefile.am: Remove remaining LIBNETWORKING files

Gedare Bloom gedare at rtems.org
Thu Apr 29 16:13:26 UTC 2021


ok

On Thu, Apr 29, 2021 at 10:07 AM Vijay Kumar Banerjee <vijay at rtems.org> wrote:
>
> ---
>  cpukit/Makefile.am  | 43 -------------------------------------------
>  cpukit/configure.ac |  1 -
>  2 files changed, 44 deletions(-)
>
> diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
> index b0df610bed..44ab945778 100644
> --- a/cpukit/Makefile.am
> +++ b/cpukit/Makefile.am
> @@ -1372,15 +1372,6 @@ librtemscpu_a_SOURCES += libmisc/shell/main_pci.c
>
>  endif
>
> -if LIBNETWORKING
> -
> -librtemscpu_a_SOURCES += libmisc/shell/main_ifconfig.c
> -librtemscpu_a_SOURCES += libmisc/shell/main_route.c
> -librtemscpu_a_SOURCES += libmisc/shell/main_netstats.c
> -librtemscpu_a_SOURCES += libmisc/shell/main_ping.c
> -
> -endif
> -
>  endif
>
>  if LIBUTF8PROC
> @@ -1813,40 +1804,6 @@ libz_a_SOURCES += zlib/trees.c
>  libz_a_SOURCES += zlib/uncompr.c
>  libz_a_SOURCES += zlib/zutil.c
>
> -if LIBNETWORKING
> -
> -project_lib_LIBRARIES += libnfs.a
> -
> -libnfs_a_SOURCES =
> -libnfs_a_SOURCES += libfs/src/nfsclient/proto/mount_prot_xdr.c
> -libnfs_a_SOURCES += libfs/src/nfsclient/proto/nfs_prot_xdr.c
> -libnfs_a_SOURCES += libfs/src/nfsclient/src/nfs.c
> -libnfs_a_SOURCES += libfs/src/nfsclient/src/rpcio.c
> -libnfs_a_SOURCES += libfs/src/nfsclient/src/sock_mbuf.c
> -libnfs_a_SOURCES += libfs/src/nfsclient/src/xdr_mbuf.c
> -
> -project_lib_LIBRARIES += libpppd.a
> -
> -libpppd_a_SOURCES =
> -libpppd_a_SOURCES += pppd/auth.c
> -libpppd_a_SOURCES += pppd/ccp.c
> -libpppd_a_SOURCES += pppd/chap.c
> -libpppd_a_SOURCES += pppd/chap_ms.c
> -libpppd_a_SOURCES += pppd/chat.c
> -libpppd_a_SOURCES += pppd/demand.c
> -libpppd_a_SOURCES += pppd/fsm.c
> -libpppd_a_SOURCES += pppd/ipcp.c
> -libpppd_a_SOURCES += pppd/lcp.c
> -libpppd_a_SOURCES += pppd/magic.c
> -libpppd_a_SOURCES += pppd/options.c
> -libpppd_a_SOURCES += pppd/rtemsmain.c
> -libpppd_a_SOURCES += pppd/rtemspppd.c
> -libpppd_a_SOURCES += pppd/sys-rtems.c
> -libpppd_a_SOURCES += pppd/upap.c
> -libpppd_a_SOURCES += pppd/utils.c
> -
> -endif
> -
>  if HACK_TO_AVOID_LONG_ARG_LIST
>
>  librtemscpu.a: $(librtemscpu_a_OBJECTS) $(librtemscpu_a_DEPENDENCIES) $(EXTRA_librtemscpu_a_DEPENDENCIES)
> diff --git a/cpukit/configure.ac b/cpukit/configure.ac
> index 9c25c3770d..e3c039383c 100644
> --- a/cpukit/configure.ac
> +++ b/cpukit/configure.ac
> @@ -293,7 +293,6 @@ AM_CONDITIONAL(HAS_MP,test x"$enable_multiprocessing" = x"yes" )
>  AM_CONDITIONAL(HAS_SMP,[test "$RTEMS_HAS_SMP" = "yes"])
>
>  AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
> -AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
>
>  AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
>  AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
> --
> 2.26.2
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list