Changeset 9957dbf in rtems for c/src/lib/libbsp/sh


Ignore:
Timestamp:
10/02/08 21:39:40 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
99f0d19b
Parents:
c7b9ed35
Message:

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
Location:
c/src/lib/libbsp/sh
Files:
3 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/gensh1/ChangeLog

    rc7b9ed35 r9957dbf  
     12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
     2
     3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
     4        * include/tm27.h: Removed.
     5
    162008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/gensh1/Makefile.am

    rc7b9ed35 r9957dbf  
    1212
    1313include_HEADERS = include/bsp.h
    14 include_HEADERS += include/tm27.h
     14include_HEADERS += ../../shared/include/tm27.h
    1515
    1616nodist_include_HEADERS = include/bspopts.h
  • c/src/lib/libbsp/sh/gensh1/preinstall.am

    rc7b9ed35 r9957dbf  
    4242PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
    4343
    44 $(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
     44$(PROJECT_INCLUDE)/tm27.h: ../../shared/include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
    4545        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
    4646PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
  • c/src/lib/libbsp/sh/gensh2/ChangeLog

    rc7b9ed35 r9957dbf  
     12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
     2
     3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
     4        * include/tm27.h: Removed.
     5
    162008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
    27
  • c/src/lib/libbsp/sh/gensh2/Makefile.am

    rc7b9ed35 r9957dbf  
    1212
    1313include_HEADERS = include/bsp.h
    14 include_HEADERS += include/tm27.h
     14include_HEADERS += ../../shared/include/tm27.h
    1515
    1616nodist_include_HEADERS = include/bspopts.h
  • c/src/lib/libbsp/sh/gensh2/preinstall.am

    rc7b9ed35 r9957dbf  
    4242PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp.h
    4343
    44 $(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
     44$(PROJECT_INCLUDE)/tm27.h: ../../shared/include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
    4545        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
    4646PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    rc7b9ed35 r9957dbf  
     12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
     2
     3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
     4        * include/tm27.h: Removed.
     5
    162008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
    27
  • c/src/lib/libbsp/sh/shsim/Makefile.am

    rc7b9ed35 r9957dbf  
    1313include_HEADERS = include/bsp.h
    1414include_HEADERS += include/syscall.h
    15 include_HEADERS += include/tm27.h
     15include_HEADERS += ../../shared/include/tm27.h
    1616
    1717nodist_include_HEADERS = include/bspopts.h
  • c/src/lib/libbsp/sh/shsim/preinstall.am

    rc7b9ed35 r9957dbf  
    4646PREINSTALL_FILES += $(PROJECT_INCLUDE)/syscall.h
    4747
    48 $(PROJECT_INCLUDE)/tm27.h: include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
     48$(PROJECT_INCLUDE)/tm27.h: ../../shared/include/tm27.h $(PROJECT_INCLUDE)/$(dirstamp)
    4949        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/tm27.h
    5050PREINSTALL_FILES += $(PROJECT_INCLUDE)/tm27.h
Note: See TracChangeset for help on using the changeset viewer.