Changeset a36f4a8 in rtems


Ignore:
Timestamp:
07/21/02 16:45:00 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5e53a556
Parents:
4375911b
Message:

2002-07-21 Ralf Corsepius <corsepiu@…>

  • rtems.S: Remove.
  • Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS instead of INCLUDES (Latest automake standard).
Location:
c/src/lib
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/support/old_exception_processing/ChangeLog

    r4375911b ra36f4a8  
     12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems.S: Remove.
     4        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
     5        instead of INCLUDES (Latest automake standard).
     6
    172002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am

    r4375911b ra36f4a8  
    33##
    44
    5 
    65ACLOCAL_AMFLAGS = -I ../../../../../../../aclocal
    7 
    8 INCLUDES = -I$(srcdir)
    96
    107# C source names
     
    2320include $(top_srcdir)/../../../../../../../automake/lib.am
    2421
     22AM_CPPFLAGS += -I$(srcdir)
     23
    2524TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \
    2625    $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/%)
    27 
    28 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o
    29 
    30 $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
    31         $(INSTALL_DATA) $< $@
    3226
    3327$(PROJECT_INCLUDE):
  • c/src/lib/libcpu/powerpc/old-exceptions/ChangeLog

    r4375911b ra36f4a8  
     12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * rtems.S: Remove.
     4        * Makefile.am: Reflect having removed rtems.S. Use AM_CPPFLAGS
     5        instead of INCLUDES (Latest automake standard).
     6
    172002-04-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
Note: See TracChangeset for help on using the changeset viewer.