Changeset 738a9ae in rtems


Ignore:
Timestamp:
11/20/03 07:29:52 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
0fa54a0b
Parents:
42f22f84
Message:

2003-11-20 Ralf Corsepius <corsepiu@…>

  • src/config.h: Remove.
  • Makefile.am: Remove src/config.h AM_CPPFLAGS += -I$(top_builddir).
Location:
cpukit
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • cpukit/itron/ChangeLog

    r42f22f84 r738a9ae  
     12003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/config.h: Remove.
     4        * Makefile.am: Remove src/config.h
     5        AM_CPPFLAGS += -I$(top_builddir).
     6
    172003-09-04      Joel Sherrill <joel@OARcorp.com>
    28
  • cpukit/itron/Makefile.am

    r42f22f84 r738a9ae  
    2525
    2626noinst_HEADERS =
    27 noinst_HEADERS += src/config.h
    2827
    2928include_HEADERS = include/itron.h
     
    132131OBJS = $(C_FILES:src/%.c=${ARCH}/%.$(OBJEXT))
    133132
    134 AM_CPPFLAGS += -I$(srcdir)/src  -D__RTEMS_INSIDE__
     133AM_CPPFLAGS += -I$(top_builddir)
     134AM_CPPFLAGS += -D__RTEMS_INSIDE__
    135135
    136136all-local: $(PREINSTALL_FILES) ${ARCH} ${LIB}
  • cpukit/posix/ChangeLog

    r42f22f84 r738a9ae  
     12003-11-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * src/config.h: Remove.
     4        * Makefile.am: Remove src/config.h
     5        AM_CPPFLAGS += -I$(top_builddir).
     6
    172003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • cpukit/posix/Makefile.am

    r42f22f84 r738a9ae  
    2727
    2828noinst_HEADERS = include/devctl.h include/intr.h
    29 noinst_HEADERS += src/config.h
    3029
    3130include_HEADERS = include/sched.h include/aio.h include/mqueue.h include/semaphore.h
     
    169168#
    170169
    171 AM_CPPFLAGS += -I$(srcdir)/src -D__RTEMS_INSIDE__
     170AM_CPPFLAGS += -I$(top_builddir)
     171AM_CPPFLAGS += -D__RTEMS_INSIDE__
    172172
    173173all-local: ${ARCH} $(PREINSTALL_FILES) $(LIB)
Note: See TracChangeset for help on using the changeset viewer.