Changeset 5710072 in rtems


Ignore:
Timestamp:
08/08/03 03:14:14 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6bb1897e
Parents:
fbd27c8
Message:

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

  • configure.ac: Remove (Merged into ../../configure.ac).
  • Makefile.am: Reflect having merged configure.ac into ../../configure.ac.
Location:
c/src/lib
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/ChangeLog

    rfbd27c8 r5710072  
     12003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Remove (Merged into ../../configure.ac).
     4        * Makefile.am: Reflect having merged configure.ac into
     5        ../../configure.ac.
     6
    172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libbsp/Makefile.am

    rfbd27c8 r5710072  
    22## $Id$
    33##
    4 
    5 ACLOCAL_AMFLAGS = -I ../../../../aclocal
    64
    75# If we are building a "real" BSP, then we need to descend into the
     
    119# into that directory.
    1210
    13 SUBDIRS = shared shmdr @subdirs@
     11SUBDIRS = shared shmdr @libbsp_cpu_subdir@
     12DIST_SUBDIRS = shared shmdr @libbsp_cpu_subdir@
    1413
    1514EXTRA_DIST = MERGE.PROCEDURE bsp.am
    1615
    17 include $(top_srcdir)/../../../../automake/subdirs.am
    18 include $(top_srcdir)/../../../../automake/local.am
     16include $(top_srcdir)/../../automake/subdirs.am
     17include $(top_srcdir)/../../automake/local.am
  • c/src/lib/libcpu/ChangeLog

    rfbd27c8 r5710072  
     12003-08-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Remove (Merged into ../../configure.ac).
     4        * Makefile.am: Reflect having merged configure.ac into
     5        ../../configure.ac.
     6
    172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libcpu/Makefile.am

    rfbd27c8 r5710072  
    22## $Id$
    33##
    4 
    5 ACLOCAL_AMFLAGS = -I ../../../../aclocal
    64
    75noinst_HEADERS = shared/include/cache.h
     
    108shared/src/cache_manager.c
    119
     10SUBDIRS = @libcpu_cpu_subdir@
     11DIST_SUBDIRS = @libcpu_cpu_subdir@
    1212
    13 SUBDIRS = @subdirs@
    14 
    15 DIST_SUBDIRS = \
    16 hppa1.1 \
    17 i386 \
    18 i960 \
    19 m68k \
    20 mips \
    21 mips64orion \
    22 powerpc \
    23 sh \
    24 shared \
    25 sparc
    26 
    27 include $(top_srcdir)/../../../../automake/subdirs.am
    28 include $(top_srcdir)/../../../../automake/local.am
     13include $(top_srcdir)/../../automake/subdirs.am
     14include $(top_srcdir)/../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.