Changeset dd74e612 in rtems
- Timestamp:
- 04/20/01 20:35:45 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d8a9155
- Parents:
- 6fa6367
- Files:
-
- 12 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
r6fa6367 rdd74e612 1 2001-04-20 Correo Fernando-ruiz <correo@fernando-ruiz.com> 2 3 * Added initial shell functionality. 4 * Makefile.am, configure.in, wrapup/Makefile.am: 5 * shell/.cvsignore, shell/Makefile.am, shell/README, 6 shell/cmds.c, shell/shell.c, shell/shell.h: New files. 1 7 2001-04-20 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/libmisc/Makefile.am
r6fa6367 rdd74e612 6 6 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 7 8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse rtmonuse untar \8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \ 9 9 mw-fb wrapup 10 10 -
c/src/libmisc/configure.in
r6fa6367 rdd74e612 34 34 Makefile 35 35 cpuuse/Makefile 36 shell/Makefile 36 37 devnull/Makefile 37 38 dummy/Makefile -
c/src/libmisc/wrapup/Makefile.am
r6fa6367 rdd74e612 15 15 ../untar/$(ARCH)/libuntar-tmp.a ../stackchk/$(ARCH)/libstackchk-tmp.a \ 16 16 ../cpuuse/$(ARCH)/libcpuuse-tmp.a ../rtmonuse/$(ARCH)/librtmonuse-tmp.a \ 17 ../shell/$(ARCH)/libshell-tmp.a \ 17 18 ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a ../devnull/$(ARCH)/libdevnull-tmp.a \ 18 19 ../mw-fb/$(ARCH)/libmw-fb-tmp.a -
cpukit/libmisc/ChangeLog
r6fa6367 rdd74e612 1 2001-04-20 Correo Fernando-ruiz <correo@fernando-ruiz.com> 2 3 * Added initial shell functionality. 4 * Makefile.am, configure.in, wrapup/Makefile.am: 5 * shell/.cvsignore, shell/Makefile.am, shell/README, 6 shell/cmds.c, shell/shell.c, shell/shell.h: New files. 1 7 2001-04-20 Joel Sherrill <joel@OARcorp.com> 2 8 -
cpukit/libmisc/Makefile.am
r6fa6367 rdd74e612 6 6 ACLOCAL_AMFLAGS = -I ../../../aclocal 7 7 8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse rtmonuse untar \8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \ 9 9 mw-fb wrapup 10 10 -
cpukit/libmisc/wrapup/Makefile.am
r6fa6367 rdd74e612 15 15 ../untar/$(ARCH)/libuntar-tmp.a ../stackchk/$(ARCH)/libstackchk-tmp.a \ 16 16 ../cpuuse/$(ARCH)/libcpuuse-tmp.a ../rtmonuse/$(ARCH)/librtmonuse-tmp.a \ 17 ../shell/$(ARCH)/libshell-tmp.a \ 17 18 ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a ../devnull/$(ARCH)/libdevnull-tmp.a \ 18 19 ../mw-fb/$(ARCH)/libmw-fb-tmp.a
Note: See TracChangeset
for help on using the changeset viewer.