Changeset 99139ff in rtems
- Timestamp:
- 09/24/01 18:27:37 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 65126558
- Parents:
- a2c13f0
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/libtests/ChangeLog
ra2c13f0 r99139ff 1 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. 4 * rtems++/Makefile: Remove LD_LIBS. 5 1 6 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/tests/libtests/libtests.am
ra2c13f0 r99139ff 9 9 $(INSTALL_PROGRAM) $< $@ 10 10 11 TMPINSTALL_FILES += \11 TMPINSTALL_FILES = \ 12 12 $(project_bspdir)/tests \ 13 13 $(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe -
c/src/tests/libtests/rtems++/Makefile.am
ra2c13f0 r99139ff 34 34 # 35 35 36 LD_LIBS += $(CPLUS_LD_LIBS)37 38 36 if HAS_CXX 39 37 ${PGM}: $(OBJS) $(LINK_FILES) -
testsuites/libtests/ChangeLog
ra2c13f0 r99139ff 1 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. 4 * rtems++/Makefile: Remove LD_LIBS. 5 1 6 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
testsuites/libtests/libtests.am
ra2c13f0 r99139ff 9 9 $(INSTALL_PROGRAM) $< $@ 10 10 11 TMPINSTALL_FILES += \11 TMPINSTALL_FILES = \ 12 12 $(project_bspdir)/tests \ 13 13 $(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe -
testsuites/libtests/rtems++/Makefile.am
ra2c13f0 r99139ff 34 34 # 35 35 36 LD_LIBS += $(CPLUS_LD_LIBS)37 38 36 if HAS_CXX 39 37 ${PGM}: $(OBJS) $(LINK_FILES)
Note: See TracChangeset
for help on using the changeset viewer.