Temporarily took rtems_servers directory out of the build tree since there

are build issues with it.
This commit is contained in:
Joel Sherrill
1999-03-17 15:53:13 +00:00
parent a902441a25
commit 1c0a186bef
6 changed files with 10 additions and 14 deletions

View File

@@ -13,4 +13,5 @@ INSTALL = @INSTALL@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=kern lib libc net netinet nfs rtems rtems_servers wrapup
# add rtems_servers
SUB_DIRS=kern lib libc net netinet nfs rtems wrapup

View File

@@ -14,11 +14,7 @@ LIBNAME=lib.a
LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES=sghostname issetugid \
rtems_glue rtems_syscall rtems_bootp \
rtems_showmbuf rtems_showroute \
rtems_showifstat rtems_showipstat rtems_showicmpstat \
rtems_showtcpstat rtems_showudpstat rtems_select
C_PIECES=ftpd
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)

View File

@@ -10,7 +10,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
INSTALL = @INSTALL@
NET_PIECES=kern lib libc net netinet nfs rtems
NET_PIECES=kern lib libc net netinet nfs rtems
# Add rtems_servers
OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
LIB=$(ARCH)/libnetworking.a

View File

@@ -13,4 +13,5 @@ INSTALL = @INSTALL@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
SUB_DIRS=kern lib libc net netinet nfs rtems rtems_servers wrapup
# add rtems_servers
SUB_DIRS=kern lib libc net netinet nfs rtems wrapup

View File

@@ -14,11 +14,7 @@ LIBNAME=lib.a
LIB=${ARCH}/${LIBNAME}
# C and C++ source names, if any, go here -- minus the .c or .cc
C_PIECES=sghostname issetugid \
rtems_glue rtems_syscall rtems_bootp \
rtems_showmbuf rtems_showroute \
rtems_showifstat rtems_showipstat rtems_showicmpstat \
rtems_showtcpstat rtems_showudpstat rtems_select
C_PIECES=ftpd
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)

View File

@@ -10,7 +10,8 @@ PROJECT_ROOT = @PROJECT_ROOT@
INSTALL = @INSTALL@
NET_PIECES=kern lib libc net netinet nfs rtems
NET_PIECES=kern lib libc net netinet nfs rtems
# Add rtems_servers
OBJS=$(foreach piece, $(NET_PIECES), ../$(piece)/$(ARCH)/*.o)
LIB=$(ARCH)/libnetworking.a