Changeset ee4cdbc in rtems


Ignore:
Timestamp:
11/08/02 13:35:02 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c34635be
Parents:
716d0d4
Message:

2002-11-08 Ralf Corsepius <corsepiu@…>

  • configure.ac: Only symlink leaf.cfg.
Location:
c/src/make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/make/ChangeLog

    r716d0d4 ree4cdbc  
     12002-11-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Only symlink leaf.cfg.
     4
    152002-11-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • c/src/make/configure.ac

    r716d0d4 ree4cdbc  
    8888AC_SUBST(cfg_dir)
    8989
    90 # Symlink the *.cfg files from the toplevel make directory into the build
    91 # trees c/<bsp>/make subdirectories
    92 
    93 AC_CONFIG_LINKS([
    94   compilers/gcc-target-default.cfg:compilers/gcc-target-default.cfg
    95   directory.cfg:directory.cfg
    96   lib.cfg:lib.cfg
    97   README:README
    98   leaf.cfg:leaf.cfg
    99 ])
     90# Symlink leaf.cfg from the source directory into the build directory.
     91AC_CONFIG_LINKS([leaf.cfg:leaf.cfg])
    10092
    10193# Explicitly list all Makefiles here
Note: See TracChangeset for help on using the changeset viewer.