Changeset 8e2b4de in rtems
- Timestamp:
- 06/14/01 13:34:53 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 451198be
- Parents:
- ebf3adc
- Files:
-
- 2 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
rebf3adc r8e2b4de 1 2001-06-14 Joel Sherrill <joel@OARcorp.com> 2 3 * shell/telnetd.c, shell/telnetd.h: Moved to 4 libnetworking/rtems_servers so the network stack to address network 5 depenendency. 6 * shell/Makefile.am: Modified to reflect above. 7 1 8 2001-05-25 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/libmisc/shell/Makefile.am
rebf3adc r8e2b4de 10 10 LIB = $(ARCH)/$(LIBNAME).a 11 11 12 C_FILES = cmds.c shell.c pty.c telnetd.c12 C_FILES = cmds.c shell.c pty.c 13 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 14 14 15 include_rtems_HEADERS = shell.h telnetd.h15 include_rtems_HEADERS = shell.h 16 16 17 17 OBJS = $(C_O_FILES) … … 40 40 .PRECIOUS: $(LIB) 41 41 42 EXTRA_DIST = README shell.c cmds.c pty.c telnetd.c shell.h telnetd.h42 EXTRA_DIST = README shell.c cmds.c pty.c shell.h 43 43 44 44 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/ChangeLog
rebf3adc r8e2b4de 1 2001-06-14 Joel Sherrill <joel@OARcorp.com> 2 3 * shell/telnetd.c, shell/telnetd.h: Moved to 4 libnetworking/rtems_servers so the network stack to address network 5 depenendency. 6 * shell/Makefile.am: Modified to reflect above. 7 1 8 2001-05-25 Joel Sherrill <joel@OARcorp.com> 2 9 -
cpukit/libmisc/shell/Makefile.am
rebf3adc r8e2b4de 10 10 LIB = $(ARCH)/$(LIBNAME).a 11 11 12 C_FILES = cmds.c shell.c pty.c telnetd.c12 C_FILES = cmds.c shell.c pty.c 13 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 14 14 15 include_rtems_HEADERS = shell.h telnetd.h15 include_rtems_HEADERS = shell.h 16 16 17 17 OBJS = $(C_O_FILES) … … 40 40 .PRECIOUS: $(LIB) 41 41 42 EXTRA_DIST = README shell.c cmds.c pty.c telnetd.c shell.h telnetd.h42 EXTRA_DIST = README shell.c cmds.c pty.c shell.h 43 43 44 44 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.