Changeset fb16fed in rtems


Ignore:
Timestamp:
12/21/99 15:25:05 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
400c552
Parents:
9ba1f0a
Message:

Patch rtems-rc-19991203-10.diff from Ralf Corsepius <corsepiu@…>
which fixes a couple of bugs in RTEMS's old style Makefile.ins, which
apparently were introduced by moving the start directories and not
having adapted the Makefile.ins.

To apply:

patch -p1 < rtems-rc-19991203-10.diff

Location:
c/src/lib/libbsp
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/gen68302/start/Makefile.in

    r9ba1f0a rfb16fed  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = m68k/gen68302/start302
     9subdir = m68k/gen68302/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
  • c/src/lib/libbsp/m68k/gen68340/start/Makefile.in

    r9ba1f0a rfb16fed  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = m68k/gen68340/start340
     9subdir = m68k/gen68340/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
  • c/src/lib/libbsp/m68k/gen68360/start/Makefile.in

    r9ba1f0a rfb16fed  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = m68k/gen68360/start360
     9subdir = m68k/gen68360/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
  • c/src/lib/libbsp/m68k/ods68302/start/Makefile.in

    r9ba1f0a rfb16fed  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = m68k/ods68302/start302
     9subdir = m68k/ods68302/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
  • c/src/lib/libbsp/powerpc/mcp750/console/Makefile.in

    r9ba1f0a rfb16fed  
    1919C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
    2020
    21 H_FILES = $(srcdir)/../../shared/console/consoleIo.h $(srcdir)/../../shared/console/keyboard.h $(srcdir)/../../shared/console/uart.h
     21H_FILES = $(srcdir)/../../shared/console/consoleIo.h \
     22    $(srcdir)/../../shared/console/keyboard.h \
     23    $(srcdir)/../../shared/console/uart.h
    2224
    2325# Assembly source names, if any, go here -- minus the .s
  • c/src/lib/libbsp/powerpc/mcp750/include/Makefile.in

    r9ba1f0a rfb16fed  
    1818
    1919BSP_H_FILES = $(srcdir)/../../shared/console/consoleIo.h \
    20     $(srcdir)/../../shared/console/uart.h \
    21     $(srcdir)/../../shared/irq/irq.h \
     20    $(srcdir)/../../shared/console/uart.h $(srcdir)/../../shared/irq/irq.h \
    2221    $(srcdir)/../../shared/motorola/motorola.h
    2322
     
    4039mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs
    4140
    42 INSTALLDIRS = $(PROJECT_INCLUDE)
     41INSTALLDIRS = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp
    4342
    4443$(INSTALLDIRS):
  • c/src/lib/libbsp/powerpc/mcp750/residual/Makefile.in

    r9ba1f0a rfb16fed  
    1919C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
    2020
    21 H_FILES = $(srcdir)/../../shared/residual/pnp.h $(srcdir)/../../shared/residual/residual.h
     21H_FILES = $(srcdir)/../../shared/residual/pnp.h \
     22    $(srcdir)/../../shared/residual/residual.h
    2223
    2324SRCS = $(C_FILES) $(H_FILES)
  • c/src/lib/libbsp/powerpc/motorola_powerpc/console/Makefile.in

    r9ba1f0a rfb16fed  
    1919C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
    2020
    21 H_FILES = $(srcdir)/../../shared/console/consoleIo.h $(srcdir)/../../shared/console/keyboard.h $(srcdir)/../../shared/console/uart.h
     21H_FILES = $(srcdir)/../../shared/console/consoleIo.h \
     22    $(srcdir)/../../shared/console/keyboard.h \
     23    $(srcdir)/../../shared/console/uart.h
    2224
    2325# Assembly source names, if any, go here -- minus the .s
  • c/src/lib/libbsp/powerpc/motorola_powerpc/include/Makefile.in

    r9ba1f0a rfb16fed  
    1818
    1919BSP_H_FILES = $(srcdir)/../../shared/console/consoleIo.h \
    20     $(srcdir)/../../shared/console/uart.h \
    21     $(srcdir)/../../shared/irq/irq.h \
     20    $(srcdir)/../../shared/console/uart.h $(srcdir)/../../shared/irq/irq.h \
    2221    $(srcdir)/../../shared/motorola/motorola.h
    2322
     
    4039mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs
    4140
    42 INSTALLDIRS = $(PROJECT_INCLUDE)
     41INSTALLDIRS = $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp
    4342
    4443$(INSTALLDIRS):
  • c/src/lib/libbsp/powerpc/motorola_powerpc/residual/Makefile.in

    r9ba1f0a rfb16fed  
    1919C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
    2020
    21 H_FILES = $(srcdir)/../../shared/residual/pnp.h $(srcdir)/../../shared/residual/residual.h
     21H_FILES = $(srcdir)/../../shared/residual/pnp.h \
     22    $(srcdir)/../../shared/residual/residual.h
    2223
    2324SRCS = $(C_FILES) $(H_FILES)
  • c/src/lib/libbsp/powerpc/shared/Makefile.in

    r9ba1f0a rfb16fed  
    2424
    2525# We only build the Network library if HAS_NETWORKING was defined
    26 NETWORK_yes_V = dec21140 
     26NETWORK_yes_V = dec21140
    2727NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
    2828
    2929# wrapup is the one that actually builds and installs the library
    3030#  from the individual .rel files built in other directories
    31 SUB_DIRS = clock console include pci residual openpic irq vectors \
    32     start startup motorola bootloader $(NETWORK)
     31SUBDIRS = clock console include pci residual openpic irq vectors start \
     32    startup motorola bootloader $(NETWORK)
    3333
    3434Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  • c/src/lib/libbsp/powerpc/shared/bootloader/Makefile.in

    r9ba1f0a rfb16fed  
    1515
    1616# C source names, if any, go here -- minus the .c
    17 C_PIECES = 
     17C_PIECES =
    1818C_FILES = $(C_PIECES:%=%.c)
    1919C_O_FILES = $(C_PIECES:%=${ARCH}/%.o)
    2020
    21 H_FILES = @srcdir@/bootldr.h  @srcdir@/zlib.h @srcdir@/pci.h
     21H_FILES = @srcdir@/bootldr.h @srcdir@/zlib.h @srcdir@/pci.h
    2222
    2323# Assembly source names, if any, go here -- minus the .s
  • c/src/lib/libbsp/powerpc/shared/start/Makefile.in

    r9ba1f0a rfb16fed  
    77top_srcdir = @top_srcdir@
    88top_builddir = ../../..
    9 subdir = powerpc/mcp750/start
     9subdir = powerpc/shared/start
    1010
    1111RTEMS_ROOT = @RTEMS_ROOT@
Note: See TracChangeset for help on using the changeset viewer.