Files
rtems/make/Makefile.am
Joel Sherrill d6c8352925 Patch rtems-rc-19991105-1.diff.gz from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> which does the following:

    This is the configuration cleanup patch:

    Main changes:
      * TARGET_ARCH removed
      * target.cfg.in moved to c/make/target.cfg.in (Only configured once for
        all BSPs of a target)
      * BARE_XXX variables appended to bsp.cfg.in
      * autogen renamed to bootstrap
      * removed stray variables from make/custom/*.cfg

    To apply:
        cd <source-tree>
        rm c/src/make/target.cfg.in
        cp autogen bootstrap
        mkdir c/make
        cp make/target.cfg.in c/make/target.cfg.in
        rm make/target.cfg.in
        rm autogen
        patch -p1 < rtems-rc-19991105-1.diff
1999-11-16 15:48:11 +00:00

27 lines
366 B
Makefile

##
## $Id$
##
AUTOMAKE_OPTIONS = foreign 1.4
rtems_makedir=$(prefix)/make
rtems_make_DATA = \
main.cfg
EXTRA_DIST = \
README \
directory.cfg \
host.cfg.in \
leaf.cfg \
lib.cfg
SUBDIRS = \
Templates \
custom \
compilers
## -------------------------------------------------------
include $(top_srcdir)/automake/subdirs.am
include $(top_srcdir)/automake/local.am