Changeset 539e266e in rtems


Ignore:
Timestamp:
08/08/03 05:34:35 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
18ceef3
Parents:
dd984c0
Message:

2003-08-08 Ralf Corsepius <corsepiu@…>

  • lib/Makefile.am: New (Required by 'make dist').
  • lib/ChangeLog: Remove.
  • lib/.cvsignore: Cleanup.
  • configure.ac: Reflect having added lib/Makefile.am.
Location:
c/src
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    rdd984c0 r539e266e  
     12003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * lib/Makefile.am: New (Required by 'make dist').
     4        * lib/ChangeLog: Remove.
     5        * lib/.cvsignore: Cleanup.
     6        * configure.ac: Reflect having added lib/Makefile.am.
     7
    182003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/configure.ac

    rdd984c0 r539e266e  
    122122
    123123RTEMS_CPU_SUBDIRS(lib/libcpu)
    124 if test -d "lib/libcpu/${RTEMS_CPU}"; then
     124if test -d "${srcdir}/lib/libcpu/${RTEMS_CPU}"; then
    125125  libcpu_cpu_subdir="${RTEMS_CPU}"
    126   BSP_SUBDIRS="$BSP_SUBDIRS lib/libcpu/${RTEMS_CPU}"
     126#  BSP_SUBDIRS="$BSP_SUBDIRS lib/libcpu/${RTEMS_CPU}"
    127127else
    128128  libcpu_cpu_subdir=
     
    134134if test "$RTEMS_BSP_FAMILY" = "bare" ; then
    135135  AC_CONFIG_SUBDIRS([lib/libbsp/bare])
    136   BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/bare"
     136#  BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/bare"
    137137  AC_SUBST(libbsp_cpu_subdir,bare)
    138138else
    139139  RTEMS_CPU_SUBDIRS([lib/libbsp])
    140   BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/${RTEMS_CPU}"
     140#  BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/${RTEMS_CPU}"
    141141  AC_SUBST(libbsp_cpu_subdir,$RTEMS_CPU)
    142142fi
    143143
     144BSP_SUBDIRS="$BSP_SUBDIRS lib"
    144145BSP_SUBDIRS="$BSP_SUBDIRS libchip"
    145146BSP_SUBDIRS="$BSP_SUBDIRS libnetworking"
     
    235236optman/Makefile
    236237
     238lib/Makefile
     239
    237240lib/libcpu/Makefile
    238241
  • c/src/lib/.cvsignore

    rdd984c0 r539e266e  
    11Makefile
    22Makefile.in
    3 aclocal.m4
    4 config.cache
    5 config.guess
    6 config.log
    7 config.status
    8 config.sub
    9 configure
    10 depcomp
    11 install-sh
    12 missing
    13 mkinstalldirs
Note: See TracChangeset for help on using the changeset viewer.