Changeset 399432fa in rtems for c/src/lib/libbsp/bsp.am


Ignore:
Timestamp:
02/02/00 15:26:41 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1382cea3
Parents:
847dbbe
Message:

Patch rtems-rc-20000118-6.diff from Ralf Corsepius <corsepiu@…>
that contains:

The workarounds related to the issues with
ppc/helas403 (triggers a nasty bug in automake-2.14) and mcp750.cfg
(Which is basically broken)

To apply:

patch -p1 < rtems-rc-20000118-6.diff
./bootstrap

Note:

  • Though this patch is small, ./bootstrap is absolutely necessary.
  • Now your CVS source tree is identical to my local CVS.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/bsp.am

    r847dbbe r399432fa  
    22## $Id$
    33##
    4 
    5 PREINSTALL_FILES +=  \
    6 $(PROJECT_ROOT)/@RTEMS_BSP@/lib \
    7 $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
    84
    95$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
     
    139        $(INSTALL_DATA) $< $@
    1410
     11## FIXME: Do not split this line into several lines
     12## A bug in automake-2.14 will generate incorrect results otherwise
     13PREINSTALL_FILES += $(PROJECT_ROOT)/@RTEMS_BSP@/lib $(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs
Note: See TracChangeset for help on using the changeset viewer.