Changeset 65126558 in rtems
- Timestamp:
- 09/24/01 18:27:53 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 869fa3c2
- Parents:
- 99139ff
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/mptests/ChangeLog
r99139ff r65126558 1 * mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. 2 3 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 4 1 5 * mp02/node2/Makefile.am: include leaf.am instead of leaf.cfg. 2 6 * mp02/node1/Makefile.am: include leaf.am instead of leaf.cfg. -
c/src/tests/mptests/mptests.am
r99139ff r65126558 21 21 $(INSTALL_DATA) $< $@ 22 22 23 TMPINSTALL_FILES += \23 TMPINSTALL_FILES = \ 24 24 $(project_bspdir)/tests \ 25 25 $(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \ -
testsuites/mptests/ChangeLog
r99139ff r65126558 1 * mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy. 2 3 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 4 1 5 * mp02/node2/Makefile.am: include leaf.am instead of leaf.cfg. 2 6 * mp02/node1/Makefile.am: include leaf.am instead of leaf.cfg. -
testsuites/mptests/mptests.am
r99139ff r65126558 21 21 $(INSTALL_DATA) $< $@ 22 22 23 TMPINSTALL_FILES += \23 TMPINSTALL_FILES = \ 24 24 $(project_bspdir)/tests \ 25 25 $(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \
Note: See TracChangeset
for help on using the changeset viewer.