source: rtems/c/src/lib/libbsp/bsp.am @ df49c60

4.104.114.84.95
Last change on this file since df49c60 was 399432fa, checked in by Joel Sherrill <joel.sherrill@…>, on 02/02/00 at 15:26:41

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.
  • Property mode set to 100644
File size: 362 bytes
Line 
1##
2## $Id$
3##
4
5$(PROJECT_ROOT)/@RTEMS_BSP@/lib:
6        @$(mkinstalldirs) $@
7
8$(PROJECT_ROOT)/@RTEMS_BSP@/lib/bsp_specs: bsp_specs
9        $(INSTALL_DATA) $< $@
10
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 TracBrowser for help on using the repository browser.