Changeset 4d8cd22 in rtems
- Timestamp:
- Jul 31, 2010, 3:09:52 AM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 1e94b1d
- Parents:
- cc43b364
- Location:
- testsuites
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/ChangeLog
rcc43b364 r4d8cd22 1 2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * automake/compile.am: Remove clean-local:. 4 Use CLEANFILES for cleaning up make-exe by-products. 5 1 6 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com> 2 7 -
testsuites/automake/compile.am
rcc43b364 r4d8cd22 18 18 AM_CXXFLAGS = 19 19 20 clean-local: 21 $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf 22 20 CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
Note: See TracChangeset
for help on using the changeset viewer.