Changeset 37a9cf1 in rtems


Ignore:
Timestamp:
10/27/00 13:32:34 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
db3644c
Parents:
b33e20e
Message:

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

  • Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
  • libtests.am: Remove DEFS.
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/libtests/ChangeLog

    rb33e20e r37a9cf1  
     12000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
     4        Switch to GNU canonicalization.
     5        * libtests.am: Remove DEFS.
     6
    172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/tests/libtests/Makefile.am

    rb33e20e r37a9cf1  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
    77
    88SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \
  • c/src/tests/libtests/libtests.am

    rb33e20e r37a9cf1  
    1 AM_CPPFLAGS += @DEFS@
     1## $Id$
    22
    33project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
  • testsuites/libtests/ChangeLog

    rb33e20e r37a9cf1  
     12000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
     4        Switch to GNU canonicalization.
     5        * libtests.am: Remove DEFS.
     6
    172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • testsuites/libtests/Makefile.am

    rb33e20e r37a9cf1  
    44
    55AUTOMAKE_OPTIONS = foreign 1.4
    6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
     6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
    77
    88SUBDIRS = cpuuse malloctest putenvtest monitor rtmonuse stackchk termios \
  • testsuites/libtests/libtests.am

    rb33e20e r37a9cf1  
    1 AM_CPPFLAGS += @DEFS@
     1## $Id$
    22
    33project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
Note: See TracChangeset for help on using the changeset viewer.