Changeset d6c6c26f in rtems


Ignore:
Timestamp:
06/26/02 16:11:36 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
765a1f06
Parents:
74232ef5
Message:

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

  • wrapup/Makefile.am: Don't preinstall libmisc.a.
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/libmisc/ChangeLog

    r74232ef5 rd6c6c26f  
     12002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * wrapup/Makefile.am: Don't preinstall libmisc.a.
     4
    152002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
    3         * coinfigure.ac, Makefile.am: Remove references to rootfs.
     7        * configure.ac, Makefile.am: Remove references to rootfs.
    48
    592002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • c/src/libmisc/wrapup/Makefile.am

    r74232ef5 rd6c6c26f  
    1818    ../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a
    1919
    20 $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
    21         $(INSTALL_DATA) $< $@
    22 
    2320#
    2421# (OPTIONAL) Add local stuff here using +=
     
    3330        $(RANLIB) $@
    3431
    35 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
    36 
    37 all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
    38 
    39 .PRECIOUS: $(LIB)
     32all-local: $(ARCH) $(LIB)
    4033
    4134include $(top_srcdir)/../../../automake/local.am
  • cpukit/libmisc/ChangeLog

    r74232ef5 rd6c6c26f  
     12002-06-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * wrapup/Makefile.am: Don't preinstall libmisc.a.
     4
    152002-05-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
    3         * coinfigure.ac, Makefile.am: Remove references to rootfs.
     7        * configure.ac, Makefile.am: Remove references to rootfs.
    48
    592002-05-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  • cpukit/libmisc/wrapup/Makefile.am

    r74232ef5 rd6c6c26f  
    1818    ../mw-fb/$(ARCH)/libmw-fb-tmp.a ../capture/$(ARCH)/libcapture-tmp.a
    1919
    20 $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a: $(LIB)
    21         $(INSTALL_DATA) $< $@
    22 
    2320#
    2421# (OPTIONAL) Add local stuff here using +=
     
    3330        $(RANLIB) $@
    3431
    35 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
    36 
    37 all-local: $(ARCH) $(LIB) $(TMPINSTALL_FILES)
    38 
    39 .PRECIOUS: $(LIB)
     32all-local: $(ARCH) $(LIB)
    4033
    4134include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.