[rtems commit] Libmisc/Makefile.am: Build with networking disabled

Joel Sherrill joel at rtems.org
Tue Sep 16 22:32:50 UTC 2014


Module:    rtems
Branch:    master
Commit:    2195a95fb749e17fd0287aa703d4f06bdf6ef641
Changeset: http://git.rtems.org/rtems/commit/?id=2195a95fb749e17fd0287aa703d4f06bdf6ef641

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Tue Sep 16 17:40:48 2014 -0500

Libmisc/Makefile.am: Build with networking disabled

---

 cpukit/libmisc/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am
index eaf1ffe..820a838 100644
--- a/cpukit/libmisc/Makefile.am
+++ b/cpukit/libmisc/Makefile.am
@@ -88,7 +88,7 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
     shell/main_mallocinfo.c shell/main_md5.c shell/main_mdump.c \
     shell/main_medit.c shell/main_mfill.c shell/main_mkdir.c \
     shell/main_mount.c shell/main_mmove.c shell/main_msdosfmt.c \
-    shell/main_mv.c shell/main_perioduse.c shell/main_ping.c \
+    shell/main_mv.c shell/main_perioduse.c \
     shell/main_pwd.c shell/main_rm.c shell/main_rmdir.c shell/main_sleep.c \
     shell/main_stackuse.c shell/main_tty.c shell/main_umask.c \
     shell/main_unmount.c shell/main_blksync.c shell/main_whoami.c \
@@ -115,7 +115,8 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \
 
 if LIBNETWORKING
 libshell_a_SOURCES += \
-    shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c
+    shell/main_ifconfig.c shell/main_route.c shell/main_netstats.c \
+    shell/main_ping.c
 endif
 endif
 



More information about the vc mailing list