Changeset d16ca93 in rtems


Ignore:
Timestamp:
10/27/00 14:04:18 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
8a19e80
Parents:
e83378d
Message:

2000-10-27 Ralf Corsepius <corsepiu@…>

  • configure.in: add lib/libbsp to the GNU canonicalized subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
  • Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
  • ChangeLog?: Fix typos.
Location:
c/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    re83378d rd16ca93  
    112000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    22
    3         * configure.in: add tests to the GNU canonicalized subdirectories,
     3        * configure.in: add lib/libbsp to the GNU canonicalized
     4        subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
     5        * Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
     6        * ChangeLog: Fix typos.
     7
     82000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     9
     10        * configure.in: add tests to the GNU canonicalized subdirectories.
    411
    5122000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    613
    7         * configure.in: add lib/libcpu to the GNU canonicalized subdirectories,
     14        * configure.in: add lib/libcpu to the GNU canonicalized subdirectories.
    815
    9162000-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • c/src/Makefile.am

    re83378d rd16ca93  
    66ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
    77
    8 SUBDIRS = @cfg_subdirs1@ @hst_subdirs1@ @cfg_subdirs@ @hst_subdirs@ wrapup tests
     8SUBDIRS = make @hst_subdirs@ wrapup tests
    99
    1010rtems_bspdir = $(prefix)/@RTEMS_BSP@
  • c/src/configure.in

    re83378d rd16ca93  
    2626
    2727## Note: the order of the directories below is essential
    28 cfg_subdirs1="make"
     28AC_CONFIG_SUBDIRS(make)
    2929
    3030## Exclude exec from building if multilibs are enabled
    3131if test x"$multilib" = x"no"; then
    32 hst_subdirs1="$hst_subdirs1 exec"
     32hst_subdirs="$hst_subdirs exec"
    3333fi
    34 hst_subdirs1="$hst_subdirs1 lib lib/libcpu"
    35 cfg_subdirs="$cfg_subdirs lib/libbsp"
    36 hst_subdirs="libfs"
     34hst_subdirs="$hst_subdirs lib"
     35hst_subdirs="$hst_subdirs lib/libcpu"
     36hst_subdirs="$hst_subdirs lib/libbsp"
     37hst_subdirs="$hst_subdirs libfs"
    3738hst_subdirs="$hst_subdirs libmisc"
    3839
     
    5960fi
    6061
    61 RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs1)
    62 AC_SUBST(hst_subdirs1)
    6362RTEMS_CONFIG_HOST_SUBDIRS($hst_subdirs)
    6463AC_SUBST(hst_subdirs)
    65 
    66 AC_CONFIG_SUBDIRS($cfg_subdirs1)
    67 AC_SUBST(cfg_subdirs1)
    68 AC_CONFIG_SUBDIRS($cfg_subdirs)
    69 AC_SUBST(cfg_subdirs)
    7064
    7165RTEMS_CONFIG_HOST_SUBDIRS(tests)
Note: See TracChangeset for help on using the changeset viewer.