Changeset 89e6498 in rtems
- Timestamp:
- 06/26/02 15:46:38 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dee3768b
- Parents:
- 8e7d260c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
r8e7d260c r89e6498 1 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Don't preinstall libnetworking.a. 4 1 5 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/libnetworking/wrapup/Makefile.am
r8e7d260c r89e6498 22 22 $(INSTALL_DATA) $< $@ 23 23 24 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a 25 26 all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) 27 28 .PRECIOUS: $(LIB) 24 all-local: $(ARCH) $(OBJS) $(LIB) 29 25 30 26 include $(top_srcdir)/../automake/local.am -
cpukit/libnetworking/ChangeLog
r8e7d260c r89e6498 1 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Don't preinstall libnetworking.a. 4 1 5 2002-06-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/libnetworking/wrapup/Makefile.am
r8e7d260c r89e6498 22 22 $(INSTALL_DATA) $< $@ 23 23 24 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/libnetworking$(LIB_VARIANT).a 25 26 all-local: $(ARCH) $(OBJS) $(LIB) $(TMPINSTALL_FILES) 27 28 .PRECIOUS: $(LIB) 24 all-local: $(ARCH) $(OBJS) $(LIB) 29 25 30 26 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.