Changeset dd74e612 in rtems


Ignore:
Timestamp:
04/20/01 20:35:45 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d8a9155
Parents:
6fa6367
Message:

2001-04-20 Correo Fernando-ruiz <correo@…>

  • Added initial shell functionality.
  • Makefile.am, configure.in, wrapup/Makefile.am:
  • shell/.cvsignore, shell/Makefile.am, shell/README, shell/cmds.c, shell/shell.c, shell/shell.h: New files.
Files:
12 added
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/ChangeLog

    r6fa6367 rdd74e612  
     12001-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.
    172001-04-20      Joel Sherrill <joel@OARcorp.com>
    28
  • c/src/libmisc/Makefile.am

    r6fa6367 rdd74e612  
    66ACLOCAL_AMFLAGS = -I ../../../aclocal
    77
    8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse rtmonuse untar \
     8SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \
    99    mw-fb wrapup
    1010
  • c/src/libmisc/configure.in

    r6fa6367 rdd74e612  
    3434Makefile
    3535cpuuse/Makefile
     36shell/Makefile
    3637devnull/Makefile
    3738dummy/Makefile
  • c/src/libmisc/wrapup/Makefile.am

    r6fa6367 rdd74e612  
    1515    ../untar/$(ARCH)/libuntar-tmp.a ../stackchk/$(ARCH)/libstackchk-tmp.a \
    1616    ../cpuuse/$(ARCH)/libcpuuse-tmp.a ../rtmonuse/$(ARCH)/librtmonuse-tmp.a \
     17    ../shell/$(ARCH)/libshell-tmp.a \
    1718    ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a ../devnull/$(ARCH)/libdevnull-tmp.a \
    1819    ../mw-fb/$(ARCH)/libmw-fb-tmp.a
  • cpukit/libmisc/ChangeLog

    r6fa6367 rdd74e612  
     12001-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.
    172001-04-20      Joel Sherrill <joel@OARcorp.com>
    28
  • cpukit/libmisc/Makefile.am

    r6fa6367 rdd74e612  
    66ACLOCAL_AMFLAGS = -I ../../../aclocal
    77
    8 SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse rtmonuse untar \
     8SUBDIRS = devnull dummy dumpbuf stackchk monitor cpuuse shell rtmonuse untar \
    99    mw-fb wrapup
    1010
  • cpukit/libmisc/wrapup/Makefile.am

    r6fa6367 rdd74e612  
    1515    ../untar/$(ARCH)/libuntar-tmp.a ../stackchk/$(ARCH)/libstackchk-tmp.a \
    1616    ../cpuuse/$(ARCH)/libcpuuse-tmp.a ../rtmonuse/$(ARCH)/librtmonuse-tmp.a \
     17    ../shell/$(ARCH)/libshell-tmp.a \
    1718    ../dumpbuf/$(ARCH)/libdumpbuf-tmp.a ../devnull/$(ARCH)/libdevnull-tmp.a \
    1819    ../mw-fb/$(ARCH)/libmw-fb-tmp.a
Note: See TracChangeset for help on using the changeset viewer.