Changeset 0b2f26d in rtems


Ignore:
Timestamp:
06/25/02 14:54:49 (21 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3ebe28f
Parents:
411e387
Message:

2002-06-25 Joel Sherrill <joel@…>

  • Per PR233, moved librpc to exec. Ralf will patch after move. The patches associated with this PR are out of date.
  • configure.ac, wrapup/Makefile.am: Modified.
  • librpc, librpc/ChangeLog: Removed.
Location:
c/src
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r411e387 r0b2f26d  
     12002-06-25      Joel Sherrill <joel@OARcorp.com>
     2
     3        * Per PR233, moved librpc to exec.  Ralf will patch after move.
     4        The patches associated with this PR are out of date.
     5        * configure.ac, wrapup/Makefile.am: Modified.
     6        * librpc, librpc/ChangeLog: Removed.
     7
    182002-05-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/wrapup/Makefile.am

    r411e387 r0b2f26d  
    1515if HAS_NETWORKING
    1616LIBNETWORKING = $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a \
    17     $(wildcard $(PROJECT_RELEASE)/lib/librpc$(LIB_VARIANT).a) \
    1817    $(wildcard $(PROJECT_RELEASE)/lib/libxdr$(LIB_VARIANT).a)
    1918endif
Note: See TracChangeset for help on using the changeset viewer.