Changeset 7dd4054 in rtems for automake/lib.am


Ignore:
Timestamp:
12/01/99 14:27:58 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7656140
Parents:
ccf8925b
Message:

Patch rtems-rc-19991123-rc-1.diff from Ralf Corsepius
<corsepiu@…> which implements automake support for some
score/cpu/<RTEMS_CPU> subdirectories and fixes a few minor configuration
bugs.

To apply:

rm -rf c/src/exec/score/cpu/i960/wrap
rm -rf c/src/exec/score/cpu/m68k/wrap
rm -rf c/src/exec/score/cpu/sh/wrap
rm -rf c/src/exec/score/cpu/sparc/wrap
rm -rf c/src/exec/score/cpu/unix/wrap
patch -p1 < rtems-rc-19991123-rc-1.diff
./bootstrap

Known bugs:

  • "make debug|profile" in c/src/src/score/cpu/<RTEMS_CPU/Makefile does not handle recursion to subdirectories correctly (recurses too often). However, this issue is hardly visible and should be tolerable for the moment.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • automake/lib.am

    rccf8925b r7dd4054  
    1313TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
    1414
    15 $(PROJECT_INCLUDE)/lib:
     15$(PROJECT_RELEASE)/lib:
    1616        @$(mkinstalldirs) $@
    1717
Note: See TracChangeset for help on using the changeset viewer.