Changeset a93b5481 in rtems
- Timestamp:
- Nov 7, 2005, 12:40:52 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ed2e813
- Parents:
- f9f0582
- Location:
- testsuites/itrontests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/itrontests/ChangeLog
rf9f0582 ra93b5481 1 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * itrontests.am: Remove LIB_VARIANT. 4 1 5 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
testsuites/itrontests/itrontests.am
rf9f0582 ra93b5481 7 7 @: > $(project_bspdir)/tests/$(dirstamp) 8 8 9 $(project_bspdir)/tests/$(TEST) $(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)9 $(project_bspdir)/tests/$(TEST).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) 10 10 $(INSTALL_PROGRAM) $< $@ 11 11 … … 20 20 21 21 TMPINSTALL_FILES = \ 22 $(project_bspdir)/tests/$(TEST) $(LIB_VARIANT).exe \22 $(project_bspdir)/tests/$(TEST).exe \ 23 23 $(project_bspdir)/tests/screens/itrontests/$(TEST).scn
Note: See TracChangeset
for help on using the changeset viewer.