Changeset 7dd4054 in rtems for make/leaf.cfg


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
  • make/leaf.cfg

    rccf8925b r7dd4054  
    110110preinstall: preinstall-am
    111111
     112ifndef AUTOMAKE
    112113distclean: distclean-am
    113         -$(RM) config.status
     114        -$(RM) ./config.status
     115
    114116clean: clean-am
     117endif
    115118
    116119.PHONY: distclean distclean-am
Note: See TracChangeset for help on using the changeset viewer.