Changeset 6186657a in rtems


Ignore:
Timestamp:
06/26/02 17:04:38 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6d4210c1
Parents:
765a1f06
Message:

2002-06-26 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Build libnetapps.a. Don't preinstall libnetapps.a
Location:
c/src/libnetworking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/libnetworking/ChangeLog

    r765a1f06 r6186657a  
     12002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * wrapup/Makefile.am: Build libnetapps.a.
     4        Don't preinstall libnetapps.a
     5
    162002-05-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/libnetworking/wrapup/Makefile.am

    r765a1f06 r6186657a  
    1111    rtems_telnetd pppd $(POSIX_PIECES)
    1212OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
    13 LIB = $(ARCH)/libnetworking.a
     13LIB = $(ARCH)/libnetapps.a
    1414
    1515include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
     
    2424        $(make-library)
    2525
    26 $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a: $(LIB)
    27         $(INSTALL_DATA) $< $@
    28 
    29 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetapps$(LIB_VARIANT).a
    30 
    31 all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES)
    32 
    33 .PRECIOUS: $(LIB)
     26all-local: $(ARCH) $(OBJS) $(LIB)
    3427
    3528include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.