Changeset 98e1de84 in rtems


Ignore:
Timestamp:
01/05/01 13:31:04 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7a0a5531
Parents:
85d03e2
Message:

2001-01-05 Joel Sherrill <joel@…>

  • /dev/null moved to libmisc.
  • Makefile.am, configure.in: Removed null directory.
  • include/Makefile.am: Removed null.h.
  • include/null.h, null/.cvsignore, null/Makefile.am, null/close.c, null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c: Removed.
Location:
c/src/lib/libcpu/sh
Files:
18 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/sh/sh7032/ChangeLog

    r85d03e2 r98e1de84  
     12001-01-05      Joel Sherrill <joel@OARcorp.com>
     2
     3        * /dev/null moved to libmisc.
     4        * Makefile.am, configure.in: Removed null directory.
     5        * include/Makefile.am: Removed null.h.
     6        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
     7        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
     8        Removed.
     9
    1102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/lib/libcpu/sh/sh7032/Makefile.am

    r85d03e2 r98e1de84  
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = include score clock timer null sci delay
     8SUBDIRS = include score clock timer sci delay
    99
    1010include $(top_srcdir)/../../../../../../automake/subdirs.am
  • c/src/lib/libcpu/sh/sh7032/configure.in

    r85d03e2 r98e1de84  
    3030AC_OUTPUT(
    3131Makefile
    32 null/Makefile
    3332clock/Makefile
    3433delay/Makefile
  • c/src/lib/libcpu/sh/sh7032/include/Makefile.am

    r85d03e2 r98e1de84  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = null.h sci.h sh7_pfc.h sh7_sci.h
     7H_FILES = sci.h sh7_pfc.h sh7_sci.h
    88SCORE_H_FILES = ispsh7032.h iosh7032.h
    99
     
    2626all-local: $(TMPINSTALL_FILES)
    2727
    28 EXTRA_DIST = null.h sci.h sh7_pfc.h sh7_sci.h
     28EXTRA_DIST = sci.h sh7_pfc.h sh7_sci.h
    2929
    3030include $(top_srcdir)/../../../../../../automake/local.am
  • c/src/lib/libcpu/sh/sh7045/ChangeLog

    r85d03e2 r98e1de84  
     12001-01-05      Joel Sherrill <joel@OARcorp.com>
     2
     3        * /dev/null moved to libmisc.
     4        * Makefile.am, configure.in: Removed null directory.
     5        * include/Makefile.am: Removed null.h.
     6        * include/null.h, null/.cvsignore, null/Makefile.am, null/close.c,
     7        null/cntrl.c, null/init.c, null/open.c, null/read.c, null/write.c:
     8        Removed.
     9
    1102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/lib/libcpu/sh/sh7045/Makefile.am

    r85d03e2 r98e1de84  
    66ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
    77
    8 SUBDIRS = include score clock sci timer null
     8SUBDIRS = include score clock sci timer
    99
    1010include $(top_srcdir)/../../../../../../automake/subdirs.am
  • c/src/lib/libcpu/sh/sh7045/configure.in

    r85d03e2 r98e1de84  
    3333include/Makefile
    3434score/Makefile
    35 null/Makefile
    3635sci/Makefile
    3736timer/Makefile)
  • c/src/lib/libcpu/sh/sh7045/include/Makefile.am

    r85d03e2 r98e1de84  
    55AUTOMAKE_OPTIONS = foreign 1.4
    66
    7 H_FILES = io_types.h null.h sci.h sh7_pfc.h sh7_sci.h
     7H_FILES = io_types.h sci.h sh7_pfc.h sh7_sci.h
    88SCORE_H_FILES = ispsh7045.h iosh7045.h
    99
     
    2626all-local: $(TMPINSTALL_FILES)
    2727
    28 EXTRA_DIST = io_types.h null.h sci.h sh7_pfc.h sh7_sci.h
     28EXTRA_DIST = io_types.h sci.h sh7_pfc.h sh7_sci.h
    2929
    3030include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.